Click here to Skip to main content
15,901,853 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i take database backup into another computer which is LAN. I have try to following script: BACKUP DATABASE [ppp] TO DISK = N'\Sbt_main_server\bijli\BackUp\pp' WITH NOFORMAT, NOINIT, NAME = N'ppp-Full Database Backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10 GO

BUT i have the following error: Msg 3201, Level 16, State 1, Line 1
Cannot open backup device '\\ABHIJIT-PC\Users\Public\database_backup'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
Msg 3013, Level 16, State 1, Line 1
BACKUP DATABASE is terminating abnormally.

Please help me
Posted
Updated 18-Sep-14 0:50am
v3

1 solution

Hi,

It sounds like your MSSQL server account does not have the necessary rights to access the network share you are using to write the backup file to.

Have a look at the section titled "Backing Up to a File on a Network Share" in this document.

Hope it helps.
 
Share this answer
 
Comments
prodipjsr 22-Sep-14 1:09am    
I have read this document, but no update. Please send me a guide where i will do steps to steps,,

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900