The package contains two T_SQL procedures: sp_desc and sp_desc_more.
Both of them are like the DESC[RIBE] command in SQL*Plus.
These can be useful for those who are accustomed to DESC[RIBE] command in SQL*Plus.
The two variants, sp_desc and sp_desc_more, are suitable to describe TABLES and VIEWS.
Outputs are similar to the output of the SQL*Plus DESC command, there are just some differences:
both of them show the auto-increment (IDENTITY) primary keys, moreover sp_desc_more shows object
comments and all references, too. (See sreenshots.)
Follow DESC[RIBE] for MSSQL
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of DESC[RIBE] for MSSQL!