Archives: October 2011
How to find out which Table is not having rows in SQL Server?
Introduction
Many times while tuning our production databases we might try to find out the list of tables not having even a single row of data. Today, I am going to show a simple script which could be used to get a list of tables having ZERO rows.
Script
USE5 comments, 703 reads
Posted in Juggling With SQL on 1 October 2011



Subscribe to this blog