Print database table

  • Is there any way to print a database tables, fields structure, data type, etc? Thank you

  • You can use sp_tables, sp_help to know the tables and the datatypes of each column.

    If you want to print to paper, then I guess you can create a table with all the data you capture from those sps. and then export it to an excel or text file to print.

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

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