How to find largest objects in a SQL Server database?

前端 未结 7 1395
说谎
说谎 2020-12-22 15:00

How would I go about finding the largest objects in a SQL Server database? First, by determining which tables (and related indices) are the largest and then determining whi

7条回答
  •  执笔经年
    2020-12-22 15:13

    If you are using Sql Server Management Studio 2008 there are certain data fields you can view in the object explorer details window. Simply browse to and select the tables folder. In the details view you are able to right-click the column titles and add fields to the "report". Your mileage may vary if you are on SSMS 2008 express.

提交回复
热议问题