Viewing 4 posts - 1 through 5 (of 5 total)
Thanks Gail Shaw, Can you give some reference for the same or please give some example how it will work?
Thanks in advance.
July 5, 2010 at 12:36 am
I think the question is wrong.
incase identity(-1,-1) then the answer ll be correct other wise will get -1,0,1 only.
June 28, 2010 at 12:14 am
Thanks for your reply guys. but what i need is, i dont know the tablename in the database. means that db having more no.of tables. so from those tables i...
June 22, 2010 at 5:50 am
I am having those fields in my table.
consider the table having the following columns,
ID int identity(1,1) PK,
Name nvarchar(25)
named as table1 and the same fields and some additional fields also there...
June 22, 2010 at 3:40 am
Viewing 4 posts - 1 through 5 (of 5 total)