Hey so i've been having a bit of play with umbraco for a few months, I've built a website using the default SQL CE datbase file...but now I would like to upgrade this to SQL Express.
Can someone confirm the steps required to undertake this? From a bit of reading I get the impression the steps are meant to be something along the lie of:
From reading around these seem to be the rough steps to follow, but if I follow these steps, my dummy website crashes. Can someone confirm that these are the correct steps to follow to migrate Umbraco 7.2 from SQL CE to SQL Server Express?
The easy way of doing this is to install Webmatrix since it really makes it a bliss to migrate the database from CE SQL to MSSQL - I have done it many times. You can download it here http://www.microsoft.com/web/webmatrix/
If you click the database tab in the program then you will get a overview of you database in the solution that you have open. If you see this article you will see there is a migation button. http://www.microsoft.com/web/webmatrix/database.aspx. You just need to click this, and it will do the job for you.
The only thing you need to do is to change connectionString setting within Web.config, from something like this
Thanks for the reply...but I was hoping to avoid webmatrix as I've had no end of difficulty with it in the past. Is started throwing IIS errors and not opening projects etc.
Can you outline the workflow you'd follow outside of webmatrix?
Installing Umbraco Workflow?
Hey so i've been having a bit of play with umbraco for a few months, I've built a website using the default SQL CE datbase file...but now I would like to upgrade this to SQL Express.
Can someone confirm the steps required to undertake this? From a bit of reading I get the impression the steps are meant to be something along the lie of:
From:
To:
Hi Hugh,
The easy way of doing this is to install Webmatrix since it really makes it a bliss to migrate the database from CE SQL to MSSQL - I have done it many times. You can download it here http://www.microsoft.com/web/webmatrix/
If you click the database tab in the program then you will get a overview of you database in the solution that you have open. If you see this article you will see there is a migation button. http://www.microsoft.com/web/webmatrix/database.aspx. You just need to click this, and it will do the job for you.
The only thing you need to do is to change connectionString setting within Web.config, from something like this
To:
Hope this helps, and make sense.
/Dennis
Hi Dennis,
Thanks for the reply...but I was hoping to avoid webmatrix as I've had no end of difficulty with it in the past. Is started throwing IIS errors and not opening projects etc.
Can you outline the workflow you'd follow outside of webmatrix?
Cheers
Hugh
is working on a reply...