How to move data from local database to web server database?
-
Hi all, I am doing a project in .net 2.0 which consists of both win forms and web forms. For web application i am using sql server 2005 and for win forms i am going to use msde. Both msde and sql server 2005 contains same databse structure. I have to flush the data from local msde to the web server. Could any one please tell me the idea to implement this? Thanks.
-
Hi all, I am doing a project in .net 2.0 which consists of both win forms and web forms. For web application i am using sql server 2005 and for win forms i am going to use msde. Both msde and sql server 2005 contains same databse structure. I have to flush the data from local msde to the web server. Could any one please tell me the idea to implement this? Thanks.
If you need to do this continuously, you could use either replication [^] or Microsoft Sync Framework[^].
The need to optimize rises from a bad design. My articles[^]