Documenting SQL Server properties

  • I need to document all the databases and tables in our SQL Server. This must include the information on the general properties tab of each database i.e. Name, Status, Date Created, Size etc. Is there a simple way to do this?

  • Look into INFORMATION_SCHEMA views: they hold information on the whole database structure.

    -- Gianluca Sartori

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

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