Use Case Implementation Process
Describe table in SQL Server 2005 - Equivalent of Oracle Describe command
Categories:
In Oracle, the describe command shows the metadata for a table in your SQL database. The equivalent command in Microsoft SQL Server 2005 (and 2008, probably) is sp_columns. Try using sp_columns