Home All Groups Group Topic Archive Search About

how to determine a column is or not a identity column

Author
22 Jul 2005 3:25 AM
Yuan
I do need help now , Thanks for any help.

Author
22 Jul 2005 4:15 AM
Anith Sen
Check out the metadata function COLUMNPROPERTY in SQL Server Books Online.
Its third argument can take a value 'IsIdentity' which would be what you are
looking for.

--
Anith

AddThis Social Bookmark Button