usp_Create_MyDB_Backukp_Job.sql

This procedue creates a Job to backup a given database to the specified location, however you need to schedule this job (see next script) or run it manually in order to actually backup the database. Input Parameters: @DatabaseName, @BackupLocation, @JobName; the script has also been modified to include the filename as an optional input parameter. Also, if you have an Audit table this job will log into the audit table if the job was sucessful or not. This could be displayed with other actions that you might audit in the system. (Supports SQL 7.0, 2000, and even MSDE) modified those scripts to include the filename as optional input parameter.

Author: Vijaykumar Aski

Download Script:
usp_Create_MyDB_Backukp_Job.sql



Disclaimer:
We hope that the information on these script pages is
valuable to you. Your use of the information contained in these pages,
however, is at your sole risk. All information on these pages is provided
“as -is”, without any warranty, whether express or implied, of its accuracy,
completeness, or fitness for a particular purpose…

Disclaimer Continued

Back to Database Journal Home

Previous article
Next article

Get the Free Newsletter!

Subscribe to Cloud Insider for top news, trends & analysis

Latest Articles