Details | |
Product: | SQL Server |
Event ID: | 2528 |
Source: | MSSQLServer |
Version: | 8.0 |
Component: | SQL Engine |
Message: | DBCC execution completed. If DBCC printed error messages, contact your system administrator. |
Explanation | |
An application has made an explicit call to a DBCC command, or a system stored procedure has executed a DBCC command as a background process and that command has completed. The DBCC output that precedes the above message will vary depending on the exact DBCC command that was issued. Some DBCC commands do not produce any output at all, while other commands will suppress output if requested, such as DBCC CHECKDB WITH NO_INFOMSGS. | |
User Action | |
The application that called the DBCC command controls where the output from the DBCC statement is written. Review that output for any relevant messages. |