Viewing post 1 (of 1 total)
The is also a SQLServer function called COLUMNPROPERTY that you can use to find Identity colums. Try the following :
Select O.name as [Table],
C.name as [Column],
T.name as...
March 23, 2005 at 8:08 pm
#548644