G
guptavinayak
Hi All,
I need to find the table size of a particular table, I have a valid
Oracle query :
select sum(bytes) from user_segments where segment_name like
'TEST_TABLE' , which returnes the size in byes, I need a similar query
that should work on MS SQL.
Thanks,
Vinayak
I need to find the table size of a particular table, I have a valid
Oracle query :
select sum(bytes) from user_segments where segment_name like
'TEST_TABLE' , which returnes the size in byes, I need a similar query
that should work on MS SQL.
Thanks,
Vinayak