Having to switch from MS SQL 2005 to MS SQL Express 2008

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
draneb
Captain (CAPT)
Captain (CAPT)
Posts: 314
Joined: Sun Jun 12, 2005 4:07 pm
Location: Texas
Contact:

Having to switch from MS SQL 2005 to MS SQL Express 2008

Post by draneb » Mon Apr 26, 2010 3:00 pm

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!
AC 7.0.3 build 13937

User avatar
Michael Ward
AbleCommerce Moderator
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

Post by Michael Ward » Tue Apr 27, 2010 9:06 am

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.
Thank you for your support

Michael Ward
Image.com
Follow us on Twitter http://twitter.com/AbleCommerce/

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: Having to switch from MS SQL 2005 to MS SQL Express 2008

Post by Logan Rhodehamel » Wed Apr 28, 2010 3:08 pm

Michael Ward wrote:I have not done any restores of a 2005 database into 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.
Cheers,
Logan
Image.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.

User avatar
compunerdy
Admiral (ADM)
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

Post by compunerdy » Tue May 25, 2010 3:47 pm

Why do you recommend against SQL express for production?

User avatar
Michael Ward
AbleCommerce Moderator
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

Post by Michael Ward » Wed May 26, 2010 1:11 pm

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.
Thank you for your support

Michael Ward
Image.com
Follow us on Twitter http://twitter.com/AbleCommerce/

michael.p.larsen
Lieutenant (LT)
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

Post by michael.p.larsen » Wed May 26, 2010 3:17 pm

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%!

User avatar
compunerdy
Admiral (ADM)
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

Post by compunerdy » Wed May 26, 2010 4:29 pm

Well my DB is only 100mb and for now I am on sql 2008 express and the site is very fast.

Post Reply