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!