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 |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-09-28 : 06:48:21
|
Joel writes "Hi. I forgot what SQL procedure name to use to elicit the schema of a table. Can anyone email me what it is ---AND--- where I can get a (free[preferred]) list of all procedure names and what their function is?Thanks.JW" |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2006-09-28 : 06:49:18
|
sp_help 'myTable'The sp_ system procedures are documented in Books Online, which is installed along with SQL Server. |
 |
|
|
|
|