c# - Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AI" and "Latin1_General_CI_AI" unified on code level -


ive got question cannot resolve collation conflict between "sql_latin1_general_cp1_ci_ai" , "latin1_general_ci_ai", know can set in sql using collate sql_latin1_general_cp1_ci_ai, have app connects different dbs , not throwing exception. there way support on code level?

not ideal include data joins in script:

collate database_default 

Comments

Popular posts from this blog

iis - ASP.Net Core CreatedAtAction in HttpPost action returns 201 but entire request ends with 500 -

gcc - Neither ld wrap nor LD_PRELOAD working to intercept system call -

ssh - Vagrant Windows - ssh_exchange_identification: read: Connection reset by peer -