Language: SQL
List all table and column names in SQL Server 2005
SELECT column_name , table_name FROM information_schema.columns order by table_name, column_name
Tags:
Report Abuse
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search

