In this blog post, let’s learn about the error message “1540 – Cannot sort a row of size %d, which is greater than the allowable maximum of %d. Consider resubmitting the query using the ROBUST PLAN hint.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
1540 – Cannot sort a row of size %d, which is greater than the allowable maximum of %d. Consider resubmitting the query using the ROBUST PLAN hint.
Reason for the Error
To be update soon…
Solution
To be update soon…