Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: How to known the value of unicode comparison style

    Hi,

    To see your current Unicode Comparison Style, you must use sp_configure to enable advanced options and again to retrieve the number:

    sp_configure 'show advanced options', 1

    GO

    RECONFIGURE

    GO

    sp_configure

    GO

    by the way,

    Unicode Comparison Style Number...

Viewing post 1 (of 1 total)