Finding a Identity Specification using SQL
- by J Harley
Good Morning,
I have an MS SQL 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?
Many Thanks,
Joel