I have been assigned the task of automating backups without the use of SQL Server Agent. To date I have been able to create and successfully call a VB app( using xp_cmdshell) which can do the backups with SQLDMO. Now I need to create some kind of trigger which will run only when more than 100 changes have been made to a database. I have no idea if I can do this from a system database or if there is a way of doing it from Master. Any help greatly appreciated.