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
Take a look at this article.
Remember to set the permissions for the account that the SQL Server instance is running with.