If you want to see all the columns and their properties write the following SQL command in SQL Studio Management:
SELECT * FROM INFORMATION_SCHEMA.COLUMNS
You can filter the results by table name, data type, collation, etc.
Tags: SELECT, SQL
This entry was posted
on Friday, June 19th, 2009 at 11:26 am and is filed under SQL Server.
You can follow any responses to this entry through the RSS 2.0 feed.
You can skip to the end and leave a response. Pinging is currently not allowed.