View Single Post

   
  #7 (permalink)  
Old 03-01-2008, 02:43 PM
Erland Sommarskog
 
Posts: n/a
Default Re: Large Addition to Database

Greg D. Moore (Strider) (mooregr_deleteth1s@greenms.com) writes:
> No, and there never has been. That's a misunderstanding of the old
> query governer built into MSDE (whcih permitted only 5 or 6 (I've seen
> both numbers)) of queries to run at the same time before things were
> slowed down on purpose).
>
> SQL Server Express 2005 does not have that limit. Rather it is limited in
> DB size (2GB), CPU (1) and memory (I believe 1GB). But within those
> parameters it operates at full-speed and works very well.


But keep in mind that SQL Express does not come with SQL Agent, which can
be a killer for Neil if he wants to schedule backsup and that.


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Reply With Quote