How do I list the available tables in a database I'm
querying?
Answer Posted / kumar.t
Simple query
To Display only user created table.
Select * from sysobjects where xtype='u'
To Display all table.
Select * from sysobjects
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to connect of datebase with sql express.?
you added a row to a view, but the row is not shown on the view. Explain how this can happen, and how you can remedy the situation
Define constraints and give an example of their use?
What is index fragmentation in ms sql server?
What is an identity column in insert statements?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
Explain indexes disadvantages?
What is model database? : SQL Server Architecture
Explain what is lock escalation?
What are constraints?
How to create a user to access a database in ms sql server using "create user" statements?
What is the purpose of a table?
Explain features of analysis services?
How to create a simple table to test triggers in ms sql server?
What is a document index?