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,