| | |
how can i find the table names
Please support our MS SQL advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
1
#2 Oct 28th, 2009
MS SQL Syntax (Toggle Plain Text)
USE DATABASE_NAME SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES
Life... Is a Moment
0
#3 Oct 29th, 2009
I didn't know about INFORMATION_SCHEMA.Tables 
I have used this in the past:

I have used this in the past:
MS SQL Syntax (Toggle Plain Text)
SELECT name FROM sysobjects WHERE Type = 'u'
![]() |
Similar Threads
- Fields in an Access database table (VB.NET)
- finding duplicate names (Oracle)
- script to find function names (Shell Scripting)
- How to retrieve table names (MS SQL)
- populate dropdown list with table names (ASP.NET)
- Retrieve values from sql server 2005 (ASP.NET)
- New to the forum / World countries table (Database Design)
Other Threads in the MS SQL Forum
- Previous Thread: Connection Strings to network.
- Next Thread: View Help
Views: 384 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for MS SQL
"last age autogrowth business connectingtodatabaseinuse count cursor data database dateadd datediff datepart day" dbsize deadlock delete_trigger exploit getdate hack highperformancecomputing hpc hpcserver2008 ibm iis limit live loop maximum microsoft ms mssql multiple multithreading news number password permission position query reporting result security server services sets single source sql sql-injection sqlserver sqlserver2005 subtype supercomputing supertype tables uniqueid update view weekday






