thegarrett
IS-IT--Management
Good morning everyone!
I have a very simple query.
I am trying to find out how much space each row is using in a table. I have tried using sp_spaceused and sp_msforeachtable stored procedures, but just cant quite get what I am after. Basically if I do a select * from tablename I get a list of everything I need except the Row space.
As you might have guessed I am no guru in SQL.
Hope you can help
thegarrett
I have a very simple query.
I am trying to find out how much space each row is using in a table. I have tried using sp_spaceused and sp_msforeachtable stored procedures, but just cant quite get what I am after. Basically if I do a select * from tablename I get a list of everything I need except the Row space.
As you might have guessed I am no guru in SQL.
Hope you can help
thegarrett