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.
| 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 |
|
|
|
|
|