I am mainly a foreground developer, but also doing a lot of CMS configuration items. I have a CMS that is configured in a development environment using SQL Server CE 4. I would like to move this to production using SQL Server Express 2008. However, it is difficult for me to migrate the database from CE to 2008.
I tried Webmatrix, but it just seems that the timeout is silent and lock the destination database (the data is not huge - about 50 MB). I also tried this: http://sqlcetoolbox.codeplex.com/ , but it requires either command line skills (which I just don’t have - I tried but I don’t know what I am doing) or Visual Studio Pro edition, which is about £ 800. It works using SQL Server Management Studio, but only with SQLCE3.5, not 4.0. I cannot justify the price of Visual Studio Pro to convert a freely available database format to another freely available database format.
Does anyone know that someone without command line skills or a full VS license can do this conversion?
Thanks for helping people - I spend so much on this :(
source share