I have a web application in Server-1 with SQL Server 2008 Express edition Database. I have another server-2 contains SQL Server 2008 R2 Standard Edition. I need to get all the updated data from Server-1 to Server-2.
How can I do this?
I was thinking by API to upload the data.
Please advice.
Go to the complete details ...