diff --git a/samples/DemoApp.DataAccessLayer.Tests/InsertData.sql b/samples/DemoApp.DataAccessLayer.Tests/InsertData.sql index 831a121..35234ff 100644 --- a/samples/DemoApp.DataAccessLayer.Tests/InsertData.sql +++ b/samples/DemoApp.DataAccessLayer.Tests/InsertData.sql @@ -1,4 +1,4 @@ INSERT INTO [Customer] ([FirstName], [LastName], [Revenue]) VALUES ('From script', 'Peter', 100) -GO 10 \ No newline at end of file +GO 10 -- Execute the previous insert 10x times. \ No newline at end of file