THE SQL Server Blog Spot on the Web
Welcome to SQLblog.com - The SQL Server blog spot on the web Sign in | Join | Help
in Search

Browse by Tags

All Tags » Query Processin... » Performance   (RSS)
  • RE: Views vs. Tables

    Hello All, I am looking for some general advice concerning views vs. tables.  I have several processes for which I have created multiple views.  In other words, View 2 depends on View1 and so on.  Some of these are nested 6-8 deep. I had some initial difficulty with unexpected join results (SQL choosing a different join than what ...
    Posted to SQL Server (Forum) by lmeinke on November 26, 2008
  • Performance Impact: Bookmark Lookup is Expensive - Even in Memory

    It’s well known that bookmark lookup (aka key lookup in case of a clustered index) is not cheap, especially when it comes to retrieving a lot of data. So I’m not going to rehash the pros and cons of bookmark lookup or why bookmark lookup is expensive. But I’ve noticed that when it comes to discussing bookmark lookup, all the literature seems ...
    Posted to Linchi Shea (Weblog) by Linchi Shea on July 6, 2008
Powered by Community Server (Commercial Edition), by Telligent Systems
  Privacy Statement