
- Forum
- Database
- SQL Server
- Help Needed about Error State
Help Needed about Error State
This is a discussion on Help Needed about Error State within the SQL Server forums, part of the Database category; I received an error 644 with Severity: 21, State: 3 in my SQL server. I tried running CHECKDB and it ...
-
Help Needed about Error State
I received an error 644 with Severity: 21, State: 3 in my SQL server. I tried running CHECKDB and it resulted with 0 allocation errors and also the consistency errors resulted with 0.I am confused on this error state. Can someone give me idea what does this severity of the error denotes and how to resolve the same. Some guidelines on this would help to solve the problem.
-
Severity of the error mentioned by you is 21.This indicates that you must have been using a NOLOCK scan or read-uncommitted serialization mode. Only when you have made used of these you would get error 644 with severity 21 as mentioned by you. Just check on this and update me so that I can help you resolving this further.
-
06-24-2007, 12:08 PM #3
- Join Date
- Jun 2007
- Answers
- 2
Can you please mention the version of sql server u r running with and when this error pops up means while performing which operation?
-
Sponsored Ads

Reply With Quote





