Viewing 7 posts - 1 through 7 (of 7 total)
I agree, the options are incorrect. Because when I run this on sql server 2005 it gives me three distinct random numbers
September 29, 2014 at 11:29 pm
I am now running the following line
-- Create Table
CREATE TABLE MyTable (MyId INT IDENTITY (1,1),
...
September 10, 2010 at 6:12 am
-- Create Table
CREATE TABLE MyTable (MyId INT IDENTITY (1,1),
...
September 10, 2010 at 5:32 am
i have checked the same on sql server 2005 on windows server 2003 but i am getting the error message
The query processor is unable to produce a plan because the...
September 10, 2010 at 2:42 am
I also checked it on 2005 and the result is 1,1
how it can be 0, 1.
Can somebody explain?
January 29, 2010 at 3:14 am
Viewing 7 posts - 1 through 7 (of 7 total)