You are viewing limited content. For full access, please sign in.

Question

Question

On SQL difference

asked on April 26, 2013 Show version history

I have been referencing to

http://msdn.microsoft.com/en-us/library/cc645993(v=SQL.105).aspx to find out the difference between SQL and SQL Express. If a prospect isn't aware on how much information they need to build on their LF system, what are the other parameters to help them choose between the free express or the paid SQL version?

 

0 0

Answer

APPROVED ANSWER
replied on May 31, 2013

Overall, the decision to go with SQL or SQL Express should be made according to the performance limitations inherent with SQL Express (there is a limit to only 1 CPU and 1 GB of RAM for SQL Server 2008 R2 Express and 2012 Express) as well as to the overall amount of metadata, folders, security, etc. (all of which are stored in the database, which is limited to 10 GB for 2008 R2 Express and 2012 Express) that the Repository will contain.

 

Obviously, every system is different, but in general we’d say that SQL Express would be sufficient for a system consisting of 10 to 15 users performing mostly browse and read type activities. If a system contains more users or requires more frequent performance-intensive tasks (such as searching, importing, etc.), then SQL Express may not be up to the task. The nice thing about SQL Express is that you could start out with it and then upgrade to full SQL once your system has grown to the point where it is the limiting factor.

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.