Query to get the names of all tables in SQL Server 2008 Database.

Posted by John H. on Stack Overflow See other posts from Stack Overflow or by John H.
Published on 2010-05-21T13:25:48Z Indexed on 2010/05/21 13:30 UTC
Read the original article Hit count: 124

Filed under:

Is it possible to write a query that will give me the names of all the tables in an SQL Server database? I'm working on some 'after the fact' documentation on a system I didn't create and am looking for a shortcut to get a listing of the tables in a database.

© Stack Overflow or respective owner

Related posts about sql-server-2008