[MSSQL] Collation 데이터 정렬 충돌 오류 ("Korean_Wansung_CI_AS"과(와) "Korean_Wansung_CI_AI" 간의 데이터 정렬 충돌을 해결할 수 없습니다.) where 절에 두개의 데이터베이스의 데이터를 비교할 때 아래와 같은 오류가 났다. nested exception is com.microsoft.sqlserver.jdbc.SQLServerException: equal to 작업에서의 "Korean_Wansung_CI_AS"과(와) "Korean_Wansung_CI_AI" 간의 데이터 정렬 충돌을 해결할 수 없습니다. at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQL..