SQL Server error code
SQL Server error 5332
SQL Server raises error 5332 at severity 15, which marks a problem with the query or data that you can correct.
The order of the data in the stream does not conform to the ORDER hint specified for the CLR TVF '%.*ls'. The order of the data must match the order specified in the ORDER hint for a CLR TVF. Update the ORDER hint to reflect the order in which the input data is ordered, or update the CLR TVF to match the order specified by the ORDER hint.
| Msg | 5332 |
|---|---|
| Severity | 15 |
| Group | 5000–5999 |