GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  SQL Server

 Print  |  
Question:  To display list of tables in database

Answer: How to display list of tables from a particular database in MS-SQL
How to display description of that particular table?


January 01, 2009 06:30:57 #2
 sivasangari_2006   Member Since: June 2008    Total Comments: 2 

RE: To display list of tables in database
 
use <database name>
sp_help

It displays all the tables created in that database
     

 

Back To Question