How to Think Like the SQL Server Engine, Part 4: How SARGability Affects Statistics

Поділитися
Вставка
  • Опубліковано 17 лис 2017
  • If your query’s Search ARGuments don’t let SQL Server effectively use indexes and statistics, your query plan will get ugly in a hurry. Learn why, plus see how implicit conversions and index key order affect your plans.
  • Наука та технологія

КОМЕНТАРІ • 3

  • @prasantakswain
    @prasantakswain 4 роки тому

    Thanks, it is very useful one..

  • @prasantakswain
    @prasantakswain 4 роки тому

    what is the alternate and efficient way to avoid the functions in where clause ?

    • @TheBrentOzar
      @TheBrentOzar 4 роки тому +2

      Sure, I teach that in my class Mastering Query Tuning.