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...