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 » SQL Server » Performance » T-SQL   (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
  • Re: Performance issues with MARS with more than 10 logical connection

    10 logical connections is a hard limit (see http://blogs.msdn.com/angelsb/archive/2005/01/13/352718.aspx and http://blogs.msdn.com/angelsb/archive/2004/09/07/226597.aspx for more details). If you go over this limit, it gets expensive from a performance standpoint. Also see ...
    Posted to SQL Server (Forum) by Peter DeBetta on June 26, 2008
  • Speed Up Performance And Slash Your Table Size By 90% By Using Bitwise Logic

    You have all seen websites where you can pick a bunch of categories by selection a bunch of check boxes. usually what you do is store those in a lookup table and then you create another table where you store all the categories for each customer. What if I tell you that you can store all that info in 1 row instead of 10 rows if a customer picked 10 ...
    Posted to Denis Gobo (Weblog) by Denis Gobo on May 29, 2007
Powered by Community Server (Commercial Edition), by Telligent Systems
  Privacy Statement