Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: An Identity Crisis

    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...

Viewing post 1 (of 1 total)