Hi All,
Below is the script for the All Table count for instance.
We have excluded the system databases
DECLARE @Sql NVARCHAR(2000)
DECLARE @Dbname NVARCHAR(200)
DECLARE @Name VARCHAR(150)
Hi All,
Below is the script for the All Table count for instance.
We have excluded the system databases
DECLARE @Sql NVARCHAR(2000)
DECLARE @Dbname NVARCHAR(200)
DECLARE @Name VARCHAR(150)