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 Programming
 change/issue a new Id for IDENTITY field

Author  Topic 

igor22
Starting Member

18 Posts

Posted - 2007-08-13 : 18:09:40
Hey guys,

I have a content table with a field "[Content_ID] [int] IDENTITY(1,1) NOT NULL". I need to change the content id of some of the content because it was leaked into an xml feed and we want to stop people from accessing the content, is it possible to change/issue a new Id for a field that is set as "IDENTITY"?

dinakar
Master Smack Fu Yak Hacker

2507 Posts

Posted - 2007-08-13 : 18:14:35
Please dont open multiple threads.

Duplicate: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=87779

Dinakar Nethi
************************
Life is short. Enjoy it.
************************
http://weblogs.sqlteam.com/dinakar/
Go to Top of Page
   

- Advertisement -