hi..
i want to take the DB Backup from the
remote server to the local system..
i'm using sql server2008 enterprise edition and the remote server is sql server2008 express
how to do it..
please help me...
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Subhendu DePosted Dec 16, 2010, 1:38 AM
Please use Bing/Google to get how to map netwrok drive.
Once it is done, then give path like "Z\backup\back.bak" instead of "\\123.123.1.12\backup\back.bak"
Remember Z here is a sample. You need to give the proper drive letter for your machine.
Subhendu DePosted Dec 16, 2010, 2:04 AM
vinnuPosted Dec 16, 2010, 1:59 AM
i dont know how to pass the crediantial for server..
Subhendu DePosted Dec 16, 2010, 1:56 AM
vinnuPosted Dec 16, 2010, 1:42 AM
but one more thing is.. can i take a backup of public IP into my system..
vinnuPosted Dec 16, 2010, 1:18 AM
Subhendu DePosted Dec 16, 2010, 1:13 AM
vinnuPosted Dec 16, 2010, 1:03 AM
i've two system one is server which uses OS windows server2008
and another is my system which uses OS XP prof SP3
i've created one folder called backup in my system and in sharing mode
the sql command when i run i server system it will fine..
but now..
the same i've created one folder in server and kept in sharing mode.
now when i run the command the error is displayed..
how to pass login crediantial
wat to do..
vinnuPosted Dec 16, 2010, 12:58 AM
i want to take backup from remote server.
the following is what i did..
sql command= backup database employee to disk='//123.123.1.12/backup/back.bak'
"Msg 3201, Level 16, State 1, Line 1
Cannot open backup device '\\123.123.1.12\backup\back.bak'. Operating system error 1326(Logon failure: unknown user name or bad password.).
Msg 3013, Level 16, State 1, Line 1
BACKUP DATABASE is terminating abnormally."
wat to do..
Subhendu DePosted Dec 16, 2010, 12:58 AM
Subhendu DePosted Dec 16, 2010, 12:19 AM
Then put Backup destination and click options to specify which type of backup do u need.
Then click OK to take backup