Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Export database into Excel

    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

Viewing post 1 (of 1 total)