Seaquel
SQL Server error code

SQL Server error 5325

SQL Server raises error 5325 at severity 15, which marks a problem with the query or data that you can correct.

The order of the data in the data file does not conform to the ORDER hint specified for the BULK rowset '%.*ls'. The order of the data must match the order specified in the ORDER hint for a BULK rowset. Update the ORDER hint to reflect the order in which the input data is ordered, or update the input data file to match the order specified by the ORDER hint.
Msg5325
Severity15
Group5000–5999

Source: Database Engine events and errors