Reputation: 2086
HI ,
I created a project where it can work with SQL server 2005. Now i want this project to be migrated to SQL server CE 3.5 which will run in low config system ( XP , 500 MHZ and RAM 488) How do i convert my .mdf to .sdf .I used third part tool lik e PrimeWork but when i am trying to load it says not compatible . any help ?
Upvotes: 1
Views: 2508
Reputation: 5463
Try this: http://social.msdn.microsoft.com/forums/en-US/sqlce/thread/fd3b14c5-5474-4ad9-b373-b6385881780f/
Also, I haven't tested this, but it seems to get the job done: http://www.codeproject.com/KB/database/SqlCompactCoptUtility.aspx
MAKE BACKUPS BEFORE YOU DO ANYTHING! :)
Upvotes: 1