Sql Server Error (1 Viewer)

FoFa

Registered User.
Local time
Today, 00:44
Joined
Jan 29, 2003
Messages
3,672
In the event log on one server we are getting this:
Error code: 17052: This SQL Server has been optimized for 8 concurrent queries. This limit has been exceeded by 1 queries and performance may be adversely affected
Now anything I can find on this says it has to do with MSDE.
Yet it is Standard edition, SP4 running on WIN 2000 server.
Any ideas any one?
 

SQL_Hell

SQL Server DBA
Local time
Today, 06:44
Joined
Dec 4, 2003
Messages
1,360
Hi

Try setting the MAXDOP to 0 to run all processes in series, that will stop the error.
But this is more likely down to a bad peice of code somewhere, do you have any idea which query is causing the problem?
 

FoFa

Registered User.
Local time
Today, 00:44
Joined
Jan 29, 2003
Messages
3,672
SQL_Hell said:
Hi

Try setting the MAXDOP to 0 to run all processes in series, that will stop the error.
But this is more likely down to a bad peice of code somewhere, do you have any idea which query is causing the problem?
No, it is a vendor supplied application and this server only handles it.
 

Users who are viewing this thread

Top Bottom