Forum Moderators: buckworks
Our eCommerce sites are growing and growing (We have three now running on a SQL 2005 Express database). Everything still seems to be running well, but I'm wondering what the recommended traffic should be for the Express version?
I've read all the limitations & such, and compared the specs between Express and Standard, but it does not really seem like apples to apples to me.
So here's my question: How do you know when you need to fork out the cash to upgrade from Express to Standard? What's a good estimate of traffic that would require an upgrade?
$2800 bucks for SQL standard is alot of cash and I just want to make sure we need it before purchasing.
Thanks!
[edited by: DanielR at 4:05 pm (utc) on June 20, 2008]
$2800 bucks for SQL standard is alot of cash
I don't have much experience with 2005 yet, but I get the feeling most of the limitations between the versions don't relate to the core ability to handle processes. In other words, all versions are going to handle 1000 simultaneous connections the same way. I think the only real limiting factors are the memory and DB size restrictions for each version.
The biggest issue will be hitting the filesize buffers. Surely there is no need to be reaching that though unless it's your inventory tables that are large and growing rapidly. If it's transactional data that's makign it grow at an alrming rate, get it archived outta there into separate db's.
Of course if it's transactional data that's going off the scale then you are raking it in and can afford to buy the full blown anyway! :)
The main advantages I get out of the full product are the new integration services - there's some really trick stuff you can do with the backend in terms of automation etc now.
My site remains responsive and I am happy with it. What I would say is that run it on sql express until you find you are having performance problems. Then bite the bullet.
Your express database will run on the full version no problems.
I think that the only limitations are the files size so if your database is massive it might exceed the 2GB limit. But mine is no where near that yet