All Tags »
Documentation »
BOL »
SQLCE (RSS)
Sorry, but there are no more tags available to filter with.
-
Did you know you can ALTER an existing column to give it the identity property?
If you look up ALTER TABLE in the BOL index, you'll see this:
ALTER TABLE table_name { [ ALTER COLUMN column_name {DROP DEFAULT | SET DEFAULT ...