Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
i need to merge sql server database with sql ce database so i dont know how to convert from mdf database to sdf... please suggest me
Posted
Comments
Herman<T>.Instance 30-Sep-14 4:27am    
- you can copy each table via OpenRowset command
- You can use the SYNC framework
- You can export your SQl DB to SQL CE DB

1 solution

Try the below link

http://erikej.blogspot.com.au/2010/02/how-to-use-exportsqlce-to-migrate-from.html[^]

Hope it helps you achieve your task.
 
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