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
MadhivananThe Information Schema consists of views, which you can find in the Master
database.
David Portas
SQL Server MVP
--sql
Friday, March 30, 2012
INFORMATION_SCHEMA Information
Labels:
columns,
database,
information_schema,
information_schemaselect,
informations,
microsoft,
mysql,
oracle,
queries,
retreive,
server,
sql,
table_name
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment