What is the best way to get the names of all of the tables in a specific database on SQL Server?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
SQL Server 2005 or 2008:
SQL Server 2000:
|
|||||
|
Here is a list of other object types you can search for as well:
|
|||||
|
|
or Sys.Tables |
||||
(SQL Server 2000 standard; still supported in SQL Server 2005.) |
||||
|
|
OR
OR
|
||||
|
|
protected by Kev Aug 31 '12 at 9:57
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.