Hi Michele,
That error is related to a collation issue between two different database tables in your SQL DB.
Was there a change to your SQL DB recently? Depending on what was done to the database, you may either need to re-install SQL Server or rebuild the databases, change the database collation, or you have to modify your existing queries to include the COLLATE clause.
Regards,
Jon |