|
Hi, I have this message in the event viewer: Event Type: Information Can anyone tell me please how do you optimize SQL Server for a limited number of queries?
(comments are locked)
|
|
You haven't stated what version or edition of SQL you are using. Could it be that you are using one of the entry level products, MSDE or Personal edition? These had resource governors to limit the amount concurrency. If so, you may want to look into using the newer versions of these, namely SQL Server Express - this edition is not limited in this way. Yes, your right, I forgot to tell you the edition and it is actually Personal Edition. THANKS!
Oct 21 '09 at 04:58 PM
Alberto De Rossi
(comments are locked)
|
|
Yes, Kev is right. This error was specific to the MSDE and Peronal editions of SQL Server 2000. You should consider upgrading to SQLExpress 2005 or 2008.
(comments are locked)
|

