The following T-SQL code:
CREATE TABLE
It returns this error:
Msg 468, Level 16, State 9, Line 4
Cannot resolve collision conflict between Danish_Norwegian_CI_AS and SQL_Latin1_General_CP1_CI_AS in equal action.
I tried adding this to the request, but it still returns the same error:
COLLATE SQL_Latin1_General_CP1_CI_AS ASC
How can i fix this?
source share