In this blog post, let’s learn about the error message “8723 – Cannot execute query. Object ‘%.*ls’ is specified in the TABLE HINT clause, but is not used in the query or does not match the alias specified in the query. Table references in the TABLE HINT clause must match the WITH clause.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
8723 – Cannot execute query. Object ‘%.*ls’ is specified in the TABLE HINT clause, but is not used in the query or does not match the alias specified in the query. Table references in the TABLE HINT clause must match the WITH clause.
Reason for the Error
To be update soon…
Solution
To be update soon…