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!

syntax help? describe a table

Status
Not open for further replies.

TWillard

Programmer
Joined
Apr 26, 2001
Messages
263
Location
US
I am new to SQL Server. However, I do have some database experience with Oracle. I am trying to describe a table in SQL Server. I need to now the column names of a table using sql syntax, as opposed to using SQL Server Enterprise Manager. If I at a sql prompt for an Oracle DB, I would type: desc table_name;
Does anyone know the syntax for this command for a SQL Server Database.

Thanks in Advance!!

Tim
 

Use sp_help 'tablename' Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top