In this blog post, let’s learn about the error message “6809 – Unnamed tables cannot be used as XML identifiers as well as unnamed columns cannot be used for attribute names. Name unnamed columns/tables using AS in the SELECT statement.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
6809 – Unnamed tables cannot be used as XML identifiers as well as unnamed columns cannot be used for attribute names. Name unnamed columns/tables using AS in the SELECT statement.
Reason for the Error
To be update soon…
Solution
To be update soon…