Hi,
my objective is to find the count of rows in each table.
I tried using the following code, but does not work. Any ideas to get to the end result?
DECLARE @name sysname
declare @objname nvarchar(776) -- The object we want size on.
declare @updateusage varchar(5)
declare @id int --...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.