Today, I will discuss SQL Server’s Binary collations. In SQL Server, we have two kinds of binary collations: BIN collation, which has collation name ending with _BIN and BIN2 collation, which has collation name ending with _BIN2. In SQL Server, a string
Read More...