i am usering an Table with a user name column and collation SQL_Latin1_General_CP1_CI_AS
now the query:
select 1 where exists(select 1 FROM USER_TABLE WITH(NOLOCK) WHERE user_name='sueßemaus')
in asp.net results: 1 in SQL Management Studio results: [nothing]
there is a record with name "süßemaus" compared to collation the correct Result is [nothing] but why does asp.net ignores the collation?