I want to update column which has datatype of nvarchar. Want to change the column has identity column. Anyone can help?
A:
http://msdn.microsoft.com/en-us/library/ms174123.aspx
It would be smth like
ALTER TABLE <IdentityTable> ALTER COLUMN <Identity Column> <Data Type> (1, 1)
But how're you going to add to nvarchar datatype indentity?
hgulyan
2010-05-19 06:14:23