• Wildcat (10/6/2008)


    1. Make the remote folder shared, and make sure the SQL Server Agent has write-permission on that folder. (Maint plan can't see the remote shared folder. You have to input the address.)

    2. Use backup command:

    BACKUP DATABASE dbname

    TO DISK = 'remote folder address'

    give you any sample for 'remote folder address' ?

    thanks