Viewing 6 posts - 1 through 6 (of 6 total)
Jerry Hung (10/10/2008)
TO DISK = '\\ServerName\ShareFolderName'
should work most of the time, IF SQL Server Service account has permission to the \\ServerName and \Folder
Otherwise, quickest way may be
1....
October 10, 2008 at 2:30 pm
Kishore.P (10/10/2008)
You can see the BACKUP DATABASE command on SQL BOL.
i've seen this before like
BACKUP DATABASE dbname
TO DISK = '\\ServerName\ShareFolderName'
but ServerName can be 88.125.xx.xx ? because it doesn't work:(
October 10, 2008 at 4:34 am
SQL ORACLE (10/9/2008)
It is possible.Create a database device, then backup your database to this device.
ok but how ?:)
October 10, 2008 at 1:16 am
DavidB (10/7/2008)
Just a note, but I wouldn't leave that IP posted here if it is...
October 7, 2008 at 3:25 pm
DavidB (10/7/2008)
cemmeke (10/7/2008)
give you any sample for 'remote folder address' ?
thanks
\\YourServerName\YourShareName\ should work.
like \\78.82.156.89\MyShareName\FolderName
?
thanks again
October 7, 2008 at 8:45 am
Wildcat (10/6/2008)
October 7, 2008 at 7:37 am
Viewing 6 posts - 1 through 6 (of 6 total)