Having to switch from MS SQL 2005 to MS SQL Express 2008
Having to switch from MS SQL 2005 to MS SQL Express 2008
Hello,
I am currently running my AC site on a VPS machine with MS SQL 2005 (NOT express) running on a shared SQL hosting machine.
I am hosting with ultima hosts and when my site goes down it doesn't just go down, it goes down for days. If you are thinking about them I wouldn't recommend it. So, I am having to switch hosting companies.
I talked with the new hosting company on the phone (made sure they had a phone number this time) and they told me to give MS SQL 2008 Express a try on the actual VPS machine before trying to host it on a different server. He claims there should not be any poor performance just running AbleCommerce.
1) Is that true? (should performance be okay)
2) I have a backup of my database. Both VPS machines will be using DotNetPanel. I created the backup using DotNetPanel.
What do I need to do to get it from SQL 2005 to SQL 2008 Express?
I apologize if this is a dumb question. I have never had to do anything like this before.
Thank you very much!
I am currently running my AC site on a VPS machine with MS SQL 2005 (NOT express) running on a shared SQL hosting machine.
I am hosting with ultima hosts and when my site goes down it doesn't just go down, it goes down for days. If you are thinking about them I wouldn't recommend it. So, I am having to switch hosting companies.
I talked with the new hosting company on the phone (made sure they had a phone number this time) and they told me to give MS SQL 2008 Express a try on the actual VPS machine before trying to host it on a different server. He claims there should not be any poor performance just running AbleCommerce.
1) Is that true? (should performance be okay)
2) I have a backup of my database. Both VPS machines will be using DotNetPanel. I created the backup using DotNetPanel.
What do I need to do to get it from SQL 2005 to SQL 2008 Express?
I apologize if this is a dumb question. I have never had to do anything like this before.
Thank you very much!
AC 7.0.3 build 13937
- Michael Ward
- AbleCommerce Moderator
- Posts: 132
- Joined: Thu Mar 03, 2005 3:00 am
Re: Having to switch from MS SQL 2005 to MS SQL Express 2008
Hi there draneb
Although we do not recommend SQL Express for production site that decision is up to you. I have not done any restores of a 2005 database into 2008 but from what I have heard from others it should work fine.
If you do have problems you can always install a fresh copy of AbleCommerce on the target server and then use the DataPort tool to export your store data from the current store and then import it to the target server.
Although we do not recommend SQL Express for production site that decision is up to you. I have not done any restores of a 2005 database into 2008 but from what I have heard from others it should work fine.
If you do have problems you can always install a fresh copy of AbleCommerce on the target server and then use the DataPort tool to export your store data from the current store and then import it to the target server.
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Re: Having to switch from MS SQL 2005 to MS SQL Express 2008
I have done a few. All test / sample data, never in a live environment, but I don't recall any special steps or problems.Michael Ward wrote:I have not done any restores of a 2005 database into 2008
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
- compunerdy
- Admiral (ADM)
- Posts: 1283
- Joined: Sun Nov 18, 2007 3:55 pm
Re: Having to switch from MS SQL 2005 to MS SQL Express 2008
Why do you recommend against SQL express for production?
- Michael Ward
- AbleCommerce Moderator
- Posts: 132
- Joined: Thu Mar 03, 2005 3:00 am
Re: Having to switch from MS SQL 2005 to MS SQL Express 2008
SQL Express has limitations on it. I belive that the database can only grow to 4GB and on a multi processor system it will use only one processor.
-
- Lieutenant (LT)
- Posts: 70
- Joined: Fri Jan 15, 2010 8:17 am
Re: Having to switch from MS SQL 2005 to MS SQL Express 2008
Speaking of databases, make sure you have an index on the LoweredUserName column in the ac_Users table!!
I didn't have one for a while, and my site went down when we had a bunch of users on it. The SQL server was pegged at 100%. I added the index and it immediately went down to 10%!
I didn't have one for a while, and my site went down when we had a bunch of users on it. The SQL server was pegged at 100%. I added the index and it immediately went down to 10%!
- compunerdy
- Admiral (ADM)
- Posts: 1283
- Joined: Sun Nov 18, 2007 3:55 pm
Re: Having to switch from MS SQL 2005 to MS SQL Express 2008
Well my DB is only 100mb and for now I am on sql 2008 express and the site is very fast.