Monitor database file sizes with SQL Server Jobs
Posted February 26th, 2008 by Andrew PopoffThe ability to automate administrative tasks is vital in almost any SQL Server database environment. In the SQL Server world, this scheduling of work is known as a “Job.” It allows you to perform such tasks as database maintenance, invoke executables, ActiveX script, Integration Services packages, and business transactions.
I’ll show you how to develop a SQL Server Job from scratch to monitor the size of the database files on your server.
Leave a Reply