Determine SQL Server Database Size

后端 未结 8 1595
野性不改
野性不改 2020-12-07 22:34

SQL Server 2005/2008 Express edition has the limitation of 4 GB per database. As far as I known the database engine considers data only, thus excluding log files, unused spa

8条回答
  •  無奈伤痛
    2020-12-07 23:10

    In SQL Management Studio, right-click on a database and select "Properties" from the context menu. Look at the "Size" figure.

提交回复
热议问题