
The total, internal size of the records in your joined SELECT statement is 227948 bytes, but Microsoft Dynamics 365 for Finance and Operations is by default performance-tuned not to exceed 196608 bytes.
Any hint?
Hi,
What's the question here. Pl share more details. There is a limited size defined in the system of query buffer, you need to be mind full while writing queries in code. Alternatively, you can also try to use creating a view or creating query object.