Viewing 3 posts - 1 through 3 (of 3 total)
Found my answer by finding the conflict index using
SELECT * FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS WHERE CONSTRAINT_NAME LIKE '%PK_TABLE1%'
and removed the key then change the collation of the database.
June 17, 2014 at 9:10 pm
#1722564
The problem is I can't find where the said index.
June 17, 2014 at 7:22 pm
#1722562
Great question and that explanation is always a must for every QotD.
May 13, 2014 at 9:39 pm
#1713303