lang="en-US"> SQL Server 2005, Select All Tables & Fields –  Design1online.com, LLC

SQL Server 2005, Select All Tables & Fields

SQL: select table_name, column_name, data_type, character_maximum_length, is_nullable from
information_schema.columns where table_name in (select name from sysobjects where xtype=’U’) order by table_name

You may also like...

Leave a Reply