In this blog post, let’s learn about the error message “22519 – Cannot add a logical record relationship between tables “%s” and “%s” because a text, image, ntext, xml, varchar(max), nvarchar(max), or varbinary(max) column was referenced in the join clause.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
22519 – Cannot add a logical record relationship between tables “%s” and “%s” because a text, image, ntext, xml, varchar(max), nvarchar(max), or varbinary(max) column was referenced in the join clause.
Reason for the Error
To be update soon…
Solution
To be update soon…