Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Backup Script

Status
Not open for further replies.

risoam

MIS
Apr 17, 2002
33
US
Here's my problem. I have an ASP based website based off of SQL server. The webhost does not provide an automatic means for me to backup my own database. The schedulig feature in the SQL administrative tools are disabled for some reason. The webhost was grateful enough though to set up an FTP account for me so that I can do the back up manually (initiate it) and then I could download the file. Is there a script, either being a stored procedure or even a SQL statemnt that I can perform a backup? I could have it do it on the first access of the site that day using some ASP code. I haven't been able to find any. Thanks for your help!
 

I am at a loss as to why you cannot simply request your DBA to create a maintenance plan to backup the said DB each morning (or night). If you need the resultant file to be placed on a particulat server, this can be specified in the plan.

HTH

Tony
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top