In this blog post, let’s learn about the error message “7347 – OLE DB provider ‘%ls’ for linked server ‘%ls’ returned data that does not match expected data length for column ‘%ls.%ls’. The (maximum) expected data length is %ls, while the returned data length is %ls.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
7347 – OLE DB provider ‘%ls’ for linked server ‘%ls’ returned data that does not match expected data length for column ‘%ls.%ls’. The (maximum) expected data length is %ls, while the returned data length is %ls.
Reason for the Error
To be update soon…
Solution
To be update soon…