We are using MS SQL Express where database is limited to 10 GB. We ran into problems lately where we reached the 10 GB and figured it out by users telling us that the apps are not working anymore.
In MS SQL Server Management Studio we have the option to get
Reports - Standard Reports - Disk Usage
And there we see how many % of the table are at the moment unused.
Is it possible somehow to get a notification when reaching 90% of DB Size = 9GB?
Thanks for the help Andreas