November 13, 2011 at 10:26 am
I have an example table A with these fields:
ID: int, auto increment
Content: varchar
This table has so many records so I delete old records frequency, it has records from ID 100,000,000 to 101,000,000. Records ID under 100,000,000 were deleted.
Now for special reason, i want to insert record with ID 90,000,000 back to this table
So how can I do when ID is auto increment field ? (I don't want to remove auto increment of this field, even temporary)
Thanks
November 13, 2011 at 10:45 am
See this page in SQL Server Books Online:
November 13, 2011 at 11:11 am
OK, I see, thanks very much.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy