Export blob from remote sql server and save to file on disk where sql server is located [C#]
- 阅读更多 关于 Export blob from remote sql server and save to file on disk where sql server is located [C#]
问题 What i Need to do: im working on a backup and restore tool for my Company. Backup remote SQL databases is done without any Problems. But i have Problems while restoring them. I'm currently creating a temporary table on the remote SQL where the binary of the database is saved. Now i Need to Export this binary field from a remote SQL Server to a file that Needs to be saved on remote disk too. This tool has the requirement to get started on local machine so there is no way of running it on