I have a SQL Server database, of which there is a column that has an identity specification.
However, if I do a SQL query such as:
SELECT * FROM INFORMATION_SCHEMA.Columns where TABLE_NAME =
It doesn't tell me if the column is an identity specification - is there a query that will?