all groups > sql server programming > may 2005 >
You're in the

sql server programming

group:

INFORMATION_SCHEMA Information


INFORMATION_SCHEMA Information Madhivanan
5/12/2005 11:34:54 PM
sql server programming:

I can use queries to retreive many informations from INFORMATION_SCHEMA

SELECT * FROM INFORMATION_SCHEMA.Columns WHERE TABLE_NAME = 'tablename'

But I want to know how to find where that table exists as it is not
part of sysobjects

Madhivanan
Re: INFORMATION_SCHEMA Information David Portas
5/13/2005 12:00:00 AM
The Information Schema consists of views, which you can find in the Master
database.

--
David Portas
SQL Server MVP
--

AddThis Social Bookmark Button