Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 Managing identity Range

Author  Topic 

shobhaaradhya
Starting Member

37 Posts

Posted - 2012-10-15 : 10:33:37
Hi,

When ever I restore a database, i will have problem with identity range I'll try setting the identity range manually for each table. But after sometime the identity range resets to original range?

Can anyone tell me where am I going wrong? Any solution please/


Thanks in Advance

sunitabeck
Master Smack Fu Yak Hacker

5155 Posts

Posted - 2012-10-15 : 14:42:24
Can you give a bit more detail? Can you post the queries/statements you are using to update the identity seeds/values? Did you mean that you are setting the current identity value using DBCC CHECKIDENT as described here: http://msdn.microsoft.com/en-us/library/ms176057.aspx
Go to Top of Page
   

- Advertisement -