Looking for a simple script

  • Hey all,

    I'm looking for a simple script that will take the schema information (looking like the Design Table) from all the tables in a database and place them into an Excel spreadsheet.  Does this sound feasible?

     

    All help is appreciated.

     

    Thanks in advance.

  • select * from information_schema.columns. Sort, rearrange as you like, then save the data into a file. (CSV) and open in Excel.

  • Steve - Thanks for the quick reply.  That gives me exactly what I need.

     

    Great site, by the way.

     

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply