Knowledgebase

SQL SERVER – 2005 List All Tables of Database

Using SQL Studio, run a New Querery against sys.tables

USE YourDBName

GO 

SELECT *

FROM sys.Tables

GO

This will return all the tables in the database which user have created.

You can now right click on the results and save to csv for import into Excel.

  • 0 Users Found This Useful

Was this answer helpful?

Related Articles

"Consistency validation for SQL Server registry keys" failed.

Description: Issue: Installation of SQL Express 2008 fails with the error: "Consistency...