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
What do you understand by a stored procedure?
How to set a database state to offline in ms sql server?
Explain optimistic and pessimistic concurrency?
How to create a view using data from another view?
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?
Can two different columns be merged into single column? Show practically?
Explain the disadvantages/limitation of the cursor?
What is meant by indexing files?
Do you know what are acid properties of transaction?
List out different types of normalizations in sql server and explain each of them?
What is Command line parameters in PLSQL.?
Sql server reporting services vs. Crystal reports.
How to execute stored procedure in select statement sql server?
how to create “alternate row colour”?