Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
DRAGON
Starting Member
13 Posts |
Posted - 2006-05-26 : 00:33:28
|
I have a database, it has sometablesNow i want to indicate which columns in a table belongs to primarykey?.How can i do it, Where in the sysTables tell us that?Help me!dragon |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2006-05-26 : 01:01:17
|
INFORMATION_SCHEMA.KEY_COLUMN_USAGE KH |
 |
|
DRAGON
Starting Member
13 Posts |
Posted - 2006-05-26 : 06:12:50
|
THANK KHTAN A LOTI HAVE DONE IT WELL!dragon |
 |
|
|
|
|