Arthur Fuller
artful at rogers.com
Mon May 5 13:52:07 CDT 2003
That works well, and thank you for that. Just one more question (actually two): where to get the column size and where to get the NOT NULL or whatever? A. -----Original Message----- From: dba-sqlserver-bounces at databaseadvisors.com [mailto:dba-sqlserver-bounces at databaseadvisors.com] On Behalf Of Billy Pang Sent: May 5, 2003 2:11 PM To: dba-sqlserver at databaseadvisors.com Subject: Re: [dba-SQLServer]UNION Columns? select table_name, column_name, data_type from information_schema.columns; HTH Billy