SQL Server Management Studio - Finding all non empty tables

后端 未结 6 2099
隐瞒了意图╮
隐瞒了意图╮ 2020-12-16 02:00

Is there a way for SQL Server Management Studio Express How to list all the non empty tables? I have over 100 tables to go through and check for data.

6条回答
  •  北海茫月
    2020-12-16 02:26

    One could also use "Object Explorer Details (F7)", navigate to the "Tables"-Folder of the database of interest and set the Object Explorer Details to show thw Row Count (right click on the headers)

提交回复
热议问题