Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear sir,

i have made application for backup and restore sql server database.
i wana know if i want to acess remote location server and want to take backup or restore of that database how to implement that.

Please help me out
Posted

1 solution

i wana know if i want to acess remote location server
Based on your first statement i have made application for backup and restore sql server database. , you already have an application in place that does a backup and restore locally. If so, then there should be no difference for remote server in code as such. Your major change is permission configuration such that your application and username/password being used for backup/restore has access privileges on the remote server.

Once security privileges are in place, you can try your application with remote server. Make sure, remote connections are allowed by the remote database and server. Firewall too should not be blocking access from outside.
 
Share this answer
 

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