views:

80

answers:

2

Hi, I'm using SQL Express 2005 for an asp.net application which only uses Membership management.I've known that this edition has 4GB limit,but even it has I wish to know how much space I'm using in.

Is limit possible to be checked from either SQL Express Management Studio or by code (c#)?
(i.e 2.34 GB is in use)

+3  A: 
marc_s
+1  A: 

If you right-click on a database (in SSMS) and go to Properties, you'll see the current Size of the database.

Rob

Rob Farley