SQL Server Error Msg 466 – UNION operator is not allowed in the recursive part of a recursive common table expression ‘%.*ls’.

In this blog post, let’s learn about the error message “466 – UNION operator is not allowed in the recursive part of a recursive common table expression ‘%.*ls’.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

466 – UNION operator is not allowed in the recursive part of a recursive common table expression ‘%.*ls’.

Reason for the Error

To be update soon…

Solution

To be update soon…