Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SQL Stops Responding

Author  Topic 

fvinagre
Starting Member

29 Posts

Posted - 2005-01-14 : 04:34:06

Hi DBAS

Two weeks ago i attached a DB from SQL server 7.0 to SQL SERVER 2000, folowing instructions i check the consistency and i recreate de indexes. The datbase size is about 120 Gb.

The Database opens fine, and the server looks fine, but during the normal use of the server (VB App making querys). The proccessors fill up to 100%. And the sever are too busy to respond any sql request.

I restarted the server and i checked the sql log.
Too many errors like this appears:
Process 57:2 (878) UMS Context 0x1220C048 appears to be non-yielding on Scheduler 2.

The values changing depend on error

Can you help me??

Regards
Fernando

ie94mhg
Starting Member

10 Posts

Posted - 2005-01-17 : 10:12:14
You can disable this checks if you start SQL Server with the -T1260 startup parameter
Go to Top of Page
   

- Advertisement -