Whenever SQL Server is restarted in the ERRORLOG the following messages always appear:
Starting up database 'MYDATABASE'.
Clearing tempdb database.
Recovery is checkpointing database 'MYDATABASE'.
Starting up database 'tempdb'.
Recovery is complete.
...
Starting up database 'MYDATABASE'.
another hint to the problem might be the following error found a lot:
"This SQL Server has been optimized for 8 concurrent queries. This limit has been exceeded by 6 queries and performance may be adversely affected."
Any ideas on the trouble I should be looking for?
Thanx
JB
Starting up database 'MYDATABASE'.
Clearing tempdb database.
Recovery is checkpointing database 'MYDATABASE'.
Starting up database 'tempdb'.
Recovery is complete.
...
Starting up database 'MYDATABASE'.
another hint to the problem might be the following error found a lot:
"This SQL Server has been optimized for 8 concurrent queries. This limit has been exceeded by 6 queries and performance may be adversely affected."
Any ideas on the trouble I should be looking for?
Thanx
JB