Viewing 3 posts - 1 through 3 (of 3 total)
can anybody help me with this
December 3, 2013 at 11:37 pm
#1670596
Thanks it worked
I re created table and renoved not null after identity property and inserted values it worked
CREATE TABLE IdentityProducts(
productid int IDENTITY(1,1),
productname nvarchar(40) NOT NULL,
categoryid int NOT NULL,
unitprice money...
October 4, 2013 at 1:47 am
#1655764
http://stackoverflow.com/questions/4871620/how-to-pass-multiple-params-in-batch
July 30, 2013 at 2:55 am
#1636881