Home All Groups Group Topic Archive Search About

INFORMATION_SCHEMA Information

Author
13 May 2005 6:34 AM
Madhivanan
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

Author
13 May 2005 6:47 AM
David Portas
The Information Schema consists of views, which you can find in the Master
database.

--
David Portas
SQL Server MVP
--

AddThis Social Bookmark Button