Viewing 6 posts - 1 through 6 (of 6 total)
I Wish You all Happy Christmas.:laugh::laugh::laugh:
December 24, 2010 at 12:14 am
Good question! But missed the Batch Separator(GO(default) or 😉 between the Insert statements.
INSERT INTO dbo.Employees(EmployeeID) values (1)
GO
INSERT INTO dbo.Employees(EmployeeID) values (2)
GO
INSERT INTO dbo.Employees(EmployeeID) values (3)
GO
INSERT INTO dbo.Employees(EmployeeID) values (4)
GO
December 7, 2010 at 9:58 pm
Viewing 6 posts - 1 through 6 (of 6 total)