Viewing 9 posts - 1 through 9 (of 9 total)
GilaMonster (6/2/2011)
talismc (6/2/2011)
GilaMonster (5/29/2011)
June 2, 2011 at 8:45 pm
rhlangley (5/31/2011)
June 2, 2011 at 4:56 pm
Gaurang-Patel (5/30/2011)
talismc (5/29/2011)
GilaMonster (5/29/2011)
Table definition (the create table statement) and the insert statement please
Here, I wrote a statement to create a new table to see if it would work but...
June 2, 2011 at 4:51 pm
GilaMonster (5/29/2011)
INSERT INTO Course (Name,...
June 2, 2011 at 4:48 pm
GilaMonster (5/29/2011)
Table definition (the create table statement) and the insert statement please
Here, I wrote a statement to create a new table to see if it would work but I still...
May 29, 2011 at 6:39 pm
Sorry lutz, you may need to dumb that down for me.
What's the OUTPUT clause?
May 29, 2011 at 6:01 pm
When I executed DBCC CHECKIDENT <tablename> is just gives me the error Incorrect Syntax.
May 29, 2011 at 5:59 pm
Thanks guys, this is helping me to understand sort of what's going on.
So I tried taking out the SET IDENTITY_INSERT ON and OFF from my sqlcommand statement in my vb.net...
May 29, 2011 at 5:55 pm
Yes it is. 🙁 Otherwise the option to set the increment and seed are disabled.
May 28, 2011 at 11:05 pm
Viewing 9 posts - 1 through 9 (of 9 total)