Oracle EBS SolutionsTalk
An Oracle Applications Knowledge Repository and Solution Center.
Tool Bar
Home
General Scripts
Live EBS Inst.
Search This Blog
Showing posts with label
SQL Server Queries
.
Show all posts
Showing posts with label
SQL Server Queries
.
Show all posts
Friday, 22 May 2015
Find Table Column List SQL Server
SELECT *
FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_NAME = 'TABLE_NAME'
Older Posts
Home
Subscribe to:
Posts (Atom)