Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Database Collation

    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.

  • RE: Database Collation

    The problem is I can't find where the said index.

  • RE: Drop Me? No, I Don't Think So

    Great question and that explanation is always a must for every QotD.

Viewing 3 posts - 1 through 3 (of 3 total)