If you right click on the database and select Properties it will tell you the size of the database. Not sure how you can find out the size of each individual table... Maybe there is a system Stored Procedure, not sure.
EDIT: Turns out there is a Stored Procedure: exec sp_spaceused <tablename>
Not sure if express will come with this though. Give it a go.
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.