Is there a way to do this in SQL Server 2008 express?
I need to limit the maximum allowed size of a specific database.
I also would like to limit the maximum allowed total size of databases for a specific user.
Is this possible and how, thank you.
|
Is there a way to do this in SQL Server 2008 express? I need to limit the maximum allowed size of a specific database. I also would like to limit the maximum allowed total size of databases for a specific user. Is this possible and how, thank you. |
|||
|
|
The file is relatively simple compared to the user size restriction.
With the user restriction you may try one of the following based upon your database design.
It is a little difficult to say which way would work best because if all user data is in the same table versus separate tables then the approach will be entirely different. HTH |
|||||
|