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

 

Published 06 March 2009 09:19 by Madhivanan

Comments

No Comments