﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » .NET Forums » General .NET Discussion  » Is SQL Express good enough for a small site?</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 08 Apr 2026 16:22:18 GMT</lastBuildDate><ttl>20</ttl><item><title>Is SQL Express good enough for a small site?</title><link>http://forum.strataframe.net/FindPost10534.aspx</link><description>Hi;&lt;br&gt;
&lt;br&gt;
A site with six users, would SQL Express work properly? What are the limitation of SQL Express compared to the regular version?&lt;br&gt;
&lt;br&gt;
Thanks!</description><pubDate>Tue, 24 Jul 2007 11:21:23 GMT</pubDate><dc:creator>Ben Hayat</dc:creator></item><item><title>RE: Is SQL Express good enough for a small site?</title><link>http://forum.strataframe.net/FindPost10537.aspx</link><description>Thanks Trent for detail answer;&lt;br&gt;
&lt;br&gt;
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!&lt;br&gt;
&lt;br&gt;
Thanks again!</description><pubDate>Tue, 24 Jul 2007 11:21:23 GMT</pubDate><dc:creator>Ben Hayat</dc:creator></item><item><title>RE: Is SQL Express good enough for a small site?</title><link>http://forum.strataframe.net/FindPost10535.aspx</link><description>It really depends on what you are planning on storing.&amp;nbsp; Here are the limitations of SQL Express. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL Express&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4GB Database Size Limit&lt;BR&gt;1GB RAM Usage&lt;BR&gt;1 Processor Usage&lt;/P&gt;&lt;P&gt;Unlike MSDE, the limiations are concrete versus not knowing where the limits are.&amp;nbsp; 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.&amp;nbsp; Our medical imaging product allows the scanned documents to be stored within the database (integrated) or in a folder based schema.&amp;nbsp; 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.&amp;nbsp; So you can work your application around the limiations as well.&amp;nbsp; 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.&amp;nbsp; So they will have 2-3 databases on the SQL Express that are used within their application.</description><pubDate>Tue, 24 Jul 2007 11:09:36 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>