We have one condition, that we need to transfer one SQL Server Database (using backup if possible) to another SQL Server
But We are trying to do this without manual work.
Till now what we used to do is Take backup from Source Server and upload it to the destination server using an C# windows application and FTP.
But our client is not in favor of using FTP.
So we are looking for some other option, which we can code if needed to get automation and transfer the database between two servers.