I am updating an existing SP to point to a different database created outside of my control. Nearly every join in the code brings back a collation conflict error so I have changed the joins to COLLATE DATABASE_DEFAULT but now the code is r
↧