I have an active server page based website that is used for scheduling of an EMS department. The site is hosted by a web host company. The backend database is SQL Server 2000. The web host set up an FTP account for us so that when we backup the database itself, we can FTP in and download the backup database file, just incase. Using the enterprise manager I can backup the database, but they dont support scheduling of the backup jobs, so it is a manual process for us. We can get an automated FTP program to mirror the site, but I need a way to backup the database automatically. Is there a SQL statment to backup a database. I can check to see if it was run yet, so the first time the page is accessed or something I can have it do it. I would be backing the file up to disk on a drive like d:\ftp\sitename\db.bak or something like that. Thanksf for your help.
Adam
Adam