Here is a situation,
There is SERVER A and SERVER B, SERVER B wants to restore backup taken by SERVER A on its own local machine now I know I have a little bigger way to setup FTP etc to transfer the FILE but I want to know that can I write a SSIS Package which would do file transfer from SERVER A to SERVER B without depending upon FTP/HTTP etc.
Please limit your answer only centered to Sql Integration Services, I understand Replication/WebSync/Mirroring but the problem here is absolutely different.
For an example, XP_CMDSHELL offers command shell integration with SQL, and you can use it in SQL to do some commands, my question is can I write something like XP_CMDSHELL which will do my job whatever it may be, I can use c# to do anything I want in it. And that can be offered from remote, like I can write open a file and read its contents from other machine, I know about security but I will manage security there.