DBCC CONCURRENCYVIOLATION (Transact-SQL)

In Microsoft SQL Server 2005, DBCC CONCURRENCYVIOLATION is maintained for backward compatibility. DBCC CONCURRENCYVIOLATION runs but returns no data.

Result Sets

DBCC CONCURRENCYVIOLATION returns this message:

DBCC execution completed. If DBCC printed error messages, contact your system administrator.

Remarks

Microsoft SQL Server 2000 Desktop Engine (also known as MSDE 2000) and Microsoft SQL Server 2000 Personal Edition include a workload governor that limits performance under certain conditions. In these editions, DBCC CONCURRENCYVIOLATION reports how often the workload governor was activated. For more information about the workload governor and DBCC CONCURRENCYVIOLATION, see SQL Server Books Online for SQL Server 2000. No edition of SQL Server 2005 includes a workload governor.

See Also

Reference

DBCC (Transact-SQL)

Help and Information

Getting SQL Server 2005 Assistance