Browse by Tags

All Tags » T-sql » sql server » sp_special_columns (RSS)
Sorry, but there are no more tags available to filter with.

Which columns uniquely identify a row?

Without seeing the table structure,If you are interested in knowing which columns uniquely identify a row in a table, you can use this system procedure EXEC sp_special_columns table_name
Posted by Madhivanan | with no comments