I have all of my stored procedures saved as text files in my SVN repository. I would to use SQLyog to read all of those files in and exectue them against a database without having to open them individually. Essentially, I want to be able to roll back changes to the entire set of stored procedures very quickly or upgrade my production database with all the changes quickly. I know that I can create scripts using SQLyog and run them against my prod database, but that doesn't allow me to roll back changes when a problem arises. Is there something in SQLyog that will do this? Does anyone see the value in what I'm trying to do, or am I wasting my time?