Export data from SQL server 2005
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hello I am writing an application that should export some data from an SQL server 2005 server to an SQL Mobile (sdf file) on an remote PC. What is the best way of doing this? I want the user to be abel to choose witch data that should be exportet. So it is not allways the complete database that will be exportet The user will then modify the data on the remote PC, and the idee is that he/she:) then could "import" the data, with some merge (conflict solving) solution. Any idees on how to solve this is appreciated. Cheers Spaz