create table t (c varchar(10))
insert t values('a')
insert t values('A')
这两个值插入的不一样的
并且,sqlserver是支持大小写敏感的,可以通过collocation来设置是否区别大小写.