Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: How to disable COLLATE in a table?

    Hi!

    There is a script to change the collation of an entire database at this link:

    http://www.sqlservercentral.com/scripts/Miscellaneous/30471/[/url]

    The correct syntax may be like this:

    ALTER TABLE tablename

    ALTER COLUMN columnname type (length) COLLATE database_default

    I've tried...

Viewing post 1 (of 1 total)