Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi,
I want to publish my web application to local system and online, and than i want to
migrate data offline to online server. Please help me.......
Posted
Comments
Zoltán Zörgő 30-Jan-13 8:13am    
It depends how you can connect to the remote server. What management surface do you have - if it is a web hosting service, consult the provider website and/or ask their hotline?
ZurdoDev 30-Jan-13 8:38am    
It could be just as easy as backing up your local db and then restoring it to the online server.

1 solution

You can use Linked server to communicate within two databases.
Refer:
MSDN: Create Linked Servers (SQL Server Database Engine)[^]
Setting up a Linked Server for a Remote SQL Server Instance[^]
Copy data from local table to remote database table[^]

BTW, do make sure you have backup of online database before replacement.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900