have you tried to make a network drive and connect it to the
machine, o
maybe do someting like run int the sql server a job that
backups the
database,
maybe BACKUP DATABASE { database_name | database_name_var }
TO < backup_device > [ ,...n ]
works, if all you want is to backup your database, or if
you want to
move the backup to some other location maybe also in the job
you can
add
xp_cmdshell { 'command_string' } [ , no_output ]
it's just my humble opinion
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "C# Developers" group.
To post to this group, send email to CSDevelopers googlegroups.com
To unsubscribe from this group, send email to
CSDevelopers-unsubscribe googlegroups.com
For more options, visit this group at http://gr
oups.google.com/group/CSDevelopers
-~----------~----~----~----~------~----~------~--~---
|