Viewing post 1 (of 2 total)
There Is no such a way when database engine is SQL server 2000.the following query returns error:
SELECT [object_id], [name] FROM sys.columns
WHERE is_identity = 1
April 27, 2008 at 11:40 pm
#807592