I am in a scenario where I want to work with many databases. Some are in my project and some are external. My application would transfer data from the external database(one which reside in a remote machine. I know the ip and user credentials) to my temp database. I want to create the tables in that database to my database. What is the best method to do this? I would work with ASP.NET 3.5 . Any recommendations like WCF or Web service?
Share
You have to answer yourself some questions:
database stable?
The answer depends on this questions but one simple solution ist to use SMO and the “Transfer” task.