Click here to Skip to main content
15,896,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Am new to any project and i want to know all the tables in the database. Then how would i know the tables without any documentation. Is there any command in SQL to know the view the tables if you do not know the name of table.
Posted
Comments
max_nowak 26-Sep-13 10:32am    
It really depends on which database you are using. If you tell us which database you use then someone surely will be able to help you
RedDk 26-Sep-13 13:45pm    
Wow,

Download SQL Server 2008 R2 Express with Advanced Services and then find the "Book-on-Line" help volume for SQL Server then download it. Install both. Look up in the BOL "SELECT" and see the TSQL structure.

The only appropriate answer to this question.

1 solution

Have a look here and extrapolate what you need:
Clickety[^]
 
Share this answer
 
Comments
Maciej Los 26-Sep-13 16:21pm    
Good link!
+5!
Richard C Bishop 26-Sep-13 16:25pm    
Thank you Maciej!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900