DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Home
Blogs
Media
Forums
Groups
DevCast
αρχάριος
»
All Tags
»
SQL Server Information Schema Views
(
RSS
)
Browse by Tags
αρχάριος
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Querying the Object Catalog and Information Schema Views
Tags
career development
fios
Francis Magalona
FrancisM
full backup
hack Windows 2008 Server
Heroes Happen {here}
HIPPA
How to create a parameter file from SPFILE
How to create pdf in C#
how to enable dos command execution in sql server 2005
How To Pivot in TSQL
how to rename a SQL Server Database
how to send mail in c#
how to send mail in vb
how-to
keith rull
linq xml
oracle
Reporting Services
SoCal Code Camp 2008
sql server
SQL Server 2000 PivotTable Services
sql server 2005
Visual Studio 2008 Backpack
View more
My Blog List
Keith Rull's Blog
Linked DBA - A Professional Network
You're Invited!
Archives
March 2009 (1)
January 2009 (1)
November 2008 (2)
October 2008 (3)
July 2008 (2)
June 2008 (2)
May 2008 (4)
April 2008 (5)
March 2008 (5)
February 2008 (5)
January 2008 (15)
December 2007 (3)
sql server metadata query
Sql Server Object Catalog Views
Querying the Object Catalog and Information Schema Views
Okay, these are at least the two ways you can query the Metadata in SQL Server (TSQL). The first one is like what I’ve already shown here , which has the following TSQL code: SELECT T . NAME AS [TABLE NAME] , C . NAME AS [COLUMN NAME] , P . NAME...
Published
10-24-2008 12:49 AM
by
marl
Filed under:
SQL Server Information Schema Views
,
sql server metadata query
,
Sql Server Object Catalog Views
Copyright DevPinoy 2005-2008