Hello, Is there a way to configure and receive an alert when the database is about to reach a certain size capacity (ex. 70% used)?
You could write a VB/C# program to execute a stored procedure that checks the size of the database and send you an email notification. Then setup a Scheduled Task to run that program every so often.