SQL Server 7 - How to Determine Collation sequence

  • Can anyone tell me how to determine the collation sequence of SQL Server 7.

    Using EM, my SQL Server 7 properties are

    Language English (United States)

    Code Page: CP1252

    When I use SQL Server 2000 I can use

    SELECT SERVERPROPERTY('collation')

    Is there an equivalent command for SQL Server 7?

     

    Thanks,

     

  • You should be able to run sp_helpsort.


    Regards,
    Steve

    Meddle not in the affairs of dragons, for you are crunchy and taste good with ketchup.

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

You must be logged in to reply to this topic. Login to reply