Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If 'DATA' Collate SQL_Latin1_General_CP1_CI_AS = 'Data' Collate SQL_Latin1_General_CP1_CI_AS
Select 'They are equal'
Else
Select 'They are not equal'
If 'DATA' Collate Latin1_General_Bin = 'Data' Collate Latin1_General_Bin
Select 'They are equal'
Else
Select 'They are not equal'
If Convert(Varbinary, 'DATA') = Convert(VarBinary, 'Data')
Select 'They are equal'
Else
Select 'They are not equal'