0
votes
4answers
725 views
how to find rowsize in table
One of my DBs have grown closer to permitted size.
Inorder to find out the table containing the max data, i used the following query:
exec sp_MSforeachtable @command1="print '?' exe …
