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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-09-29 : 08:02:27
|
| PJ writes "I found the following message in my current SQL Server log. Can anyone tell me what they mean? I'm using 2000 8.00.194 on NT 5.0 SP1. There were 16 of each message and like message were grouped together. DATE SOURCE MESSAGE410735 D0 Module(UMS+000035D0) (ProcessWorkRequests(class UmsWorkQueue *)+00000264)4107382 C Module(UMS+0000382C) (ThreadStartRoutine(void *)+000000BC)77 E837CD Module(KERNEL32+000037CD) (TlsSetValue+000000F0)7800 BEA1 Module(MSVCRT+0000BEA1) (_beginthread+000000CE)The databases are poorly designed and are accessed by several applications, some ColdFusion and others Java." |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-09-29 : 10:59:21
|
| You need to look at your Event Log to determine what events occurred on the server at the same time. You should also search MS' knowledge base to see if any of the articles relate to your problem. Here is the url:[url]http://support.microsoft.com/[/url]I searched the knowledge base on ProcessWorkRequests and found a bunch of articles, but you need to see which relate to your environment.Tara |
 |
|
|
|
|
|