This procedure when executed with the correct parameters, backs up a database in the specified directory path
Usage :
exec USP_BACKUPDATABASE databasename, directory_path
I Need a Backup and I Need It Now
Have you ever wished that creating a backup on the fly was easier and quicker? Whether you do it with the GUI or with T-SQL, you still have to open up Management Studio, connect to the database, and go through the steps. You have to figure out ...
2009-04-29
4,263 reads