Ano-Tech Computers
Enter keyword:

MS SQL Server: describe Table1
Problem:
WHat is the MS SQL Server equivalent of "describe Table1"?
 
Solution:
sp_help Table1;

Note: DESCRIBE is not an ANSI SQL command, but it is implemented by Oracle and MySQL and therefore quite well known.

 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles