Viewing post 1 (of 1 total)
Try the following SQl Query, you can use it Excel 2007.
SELECT * FROM INFORMATION_SCHEMA.COLUMNS
ORDER BY TABLE_SCHEMA, TABLE_NAME, ORDINAL_POSITION
GO
October 7, 2008 at 3:01 pm
#881992