Retreiving metadata

sp_help
Display all objects, the owner of the object and object type

sp_help object ‘[store procedure name|table name|view name]’
Displays code for store procedures, column(s) in a table/view

sp_helpdb
Display all databases, it’s size, owner, dbid, created and status and compatibility level

sp_helpindex ‘table name’
Display indexes on a table, index description (clustered, non-clustered), columns

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.