Home Forums SQL Server 7,2000 T-SQL To retrieve the code page using the SQL statement RE: To retrieve the code page using the SQL statement

  • select serverproperty('collation')  for server

    or

    select databasepropertyex('dbname', 'collation') for a db