Case Sensitive Search - SQL in Sixty Seconds 158

preview_player
Показать описание
Let us learn how we can do a Case Sensitive Search in SQL Server.

0:00 Intro
0:11 Real World Story
0:22 Demo - Case Sensitive Search
1:11 Summary

#SQLServer #PerformanceTuning #SQLAuthority
Рекомендации по теме
Комментарии
Автор

Thank you very much!
I have a question though, wouldn't that have same effect as having a UDF in the where clause, causing SQL doing index scan over seek?
I had some troubles recently with one DB I was working on, tried to remove UPPER() to get a better plan using COLLATE but it had same effect as using UPPER().

Thanks Pinal and please keep going with SQL In 60 Seconds :)

frysf