Hi Experts,
I was having a discussion with one of my peer regarding the table size calculation for a VT.
As VT is not stored in any of the Db and is local to user which is currently logged in.
As user is also a type of DB so shall we use the below query to get the table size-
select tablename, sum(currentperm)
from dbc.tablesizev
group by tablename
where databasename ='user name'
Please correct me if i am wrong or add some thing here,
cheers!
Nishant
Tags:
Forums: