Sql Server restores / backs up a database from a remote client programmatically

I want to backup and restore my database located on the server from my Desktop Desktop application in C #. I already found some sample code that does backup / restore programmatically, however it creates backups on the server and is restored only from the server. Users should be able to select backup files from the client by the client application or create backup files on client computers.

How to backup / restore remotely?

+5
source share
3 answers

. , , .
, .

+2

.

. .

However, you can use database code recovery with a dynamic backup argument.

0
source

All Articles