A short note on this MDS error message and one of the possible causes.
Month: April 2014
Reading the SQL Server error log with T-SQL – xp_readerrorlog
SQL Server keeps a configurable number of error log files as text files on disk. So … Reading the SQL Server error log with T-SQL – xp_readerrorlogRead more
SQL Server error log location
The SQL Server service keeps its own error logs outside of SQL Server in a number … SQL Server error log locationRead more
Manual failover in a SQL Server cluster
In this blog post, I’ll demonstrate how to find the currently active node in a SQL … Manual failover in a SQL Server clusterRead more
CDC Capture job
An introduction to CDC can be found here. When CDC (Change Data Capture) is enabled on … CDC Capture jobRead more
CDC Cleanup job
An introduction to CDC can be found here. All data modifications in a CDC enabled table … CDC Cleanup jobRead more
SSDT and three part names
Currently, SSDT (SQL Server Data Tools) in Visual Studio doesn’t accept self referencing three part names. … SSDT and three part namesRead more