Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pull out the PK field for the table
Message
From
12/09/2008 12:39:25
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01347071
Message ID:
01347110
Views:
17
This message has been marked as a message which has helped to the initial question of the thread.
>>Hi
>>
>>EXEC sp_pkeys @table_name = tableName
>>
>>
>
>Is it the only way? I want to create a query, how would I use this sp in a query? I'm not on a computer with SQL Server, can't test at the moment.

As far as i know
Insert data returned by sp_pkeys in #temp and use in you query.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform