How to find column names for all tables in all databases in SQL Server

Posted by Salman A on Stack Overflow See other posts from Stack Overflow or by Salman A
Published on 2010-04-28T11:53:26Z Indexed on 2010/04/28 12:03 UTC
Read the original article Hit count: 257

Filed under:
|

I want to find all column names in all tables in all databases. Is there a query that can do that for me? The database is Microsoft SQL Server 2000.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about sql-server-2000