Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove IDENTITY programaticly?
Message
 
 
To
23/08/2005 08:11:56
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01042858
Message ID:
01042861
Views:
25
This message has been marked as the solution to the initial question of the thread.
>Is there any chance to remove IDENTITY of the column definition programaticly?
>I checked BOL but there is no such an option in ALTER TABLE.
>I tryed ALTER TABLE MyTable ALTER COLUMN ... Int w/o any success.

There's no simple way to remove IDENTITY property of a column. See http://www.windowsitpro.com/Article/ArticleID/22081/22081.html. You can also do it the way Em does, similar to Re: Changing a column to IDENTITY Message #858045.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform