Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DESC in SQLServer

Status
Not open for further replies.

skp12

Programmer
Dec 31, 2007
2
US
Can any one help me in sending the' desc 'command in SQL Server.


Thanks in advance
 
I need description (data type ) of whole table.


Example in ORACLE

DESC <tablename>
I need the same in SQL Server
 
To get the table description plus a whole lot more. use sp_help table name

- Paul
- If at first you don't succeed, find out if the loser gets anything.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top