StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



Is SQL Express good enough for a small site?Expand / Collapse
Author
Message
Posted 07/24/2007 10:59:09 AM


StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: Forum Members
Last Login: 10/31/2007 5:20:05 PM
Posts: 374, Visits: 1,197
Hi;

A site with six users, would SQL Express work properly? What are the limitation of SQL Express compared to the regular version?

Thanks!

..ßen
Post #10534
Posted 07/24/2007 11:09:36 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 1:19:33 PM
Posts: 4,556, Visits: 4,542
It really depends on what you are planning on storing.  Here are the limitations of SQL Express.

SQL Express

4GB Database Size Limit
1GB RAM Usage
1 Processor Usage

Unlike MSDE, the limiations are concrete versus not knowing where the limits are.  We use SQL Express in 60-70% of our medical installations and only upgrade them to a full version of SQL when they have more data and needs for integrated imaging.  Our medical imaging product allows the scanned documents to be stored within the database (integrated) or in a folder based schema.  Obviously data-integrated will grow the size of the database VERY quickly, but if they choose to use folder based and security is not as big of a risk in that environment, then they can use the folder based and have only the header record, etc. in the SQL table and the media files store on disk.  So you can work your application around the limiations as well.  I know of some other teams that will have concrete size limitations on their databases and they use a different database for all of their media.  So they will have 2-3 databases on the SQL Express that are used within their application.

Post #10535
Posted 07/24/2007 11:21:23 AM


StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: Forum Members
Last Login: 10/31/2007 5:20:05 PM
Posts: 374, Visits: 1,197
Thanks Trent for detail answer;

Basically, the program is going to have a limited amount of data (no imaging). At first we want to run this program in a small and limited environment (while getting all the features in) and then bring in your ES to connect the outside users. We might even be able to get away with SQL Express then, with the way ES shares connections!

Thanks again!

..ßen
Post #10537
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ben Chase, Trent L. Taylor, Steve L. Taylor

PermissionsExpand / Collapse

All times are GMT -6:00, Time now is 8:37pm

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.109. 10 queries. Compression Enabled.
Site Map - Home - My Account - Forum - About Us - Contact Us - Try It - Buy It

Microsoft, Visual Studio, and the Visual Studio logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.