Creating SQL Server backup file (.bak) with c# to any location

后端 未结 5 1781
感动是毒
感动是毒 2021-02-03 13:35

I\'m trying to write simple application in C# which will allow me to backup, zip and send over ftp my SQL Server database. One problem I have encountered is that I\'m not able t

5条回答
  •  既然无缘
    2021-02-03 14:02

    Take a look at this article.

    Remember to set the permissions for the account that the SQL Server instance is running with.

提交回复
热议问题