A short note on this MDS error message and one of the possible causes.
SQL Server
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
Master Data Services – MDS – Introduction and Concepts
MDM – Master Data Management Some types of data are shared across systems. One of the … Master Data Services – MDS – Introduction and ConceptsRead more
Can’t shrink log file
On a heavily utilized system with lots of transaction, shrinking the log file may be difficult. … Can’t shrink log fileRead more
SQL Server Change Data Capture (CDC) Basics
Change Data Capture (CDC) was first introduced in SQL Server 2008, and is a tool that … SQL Server Change Data Capture (CDC) BasicsRead more