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 » TOP   (RSS)
  • Bad habits to kick : relying on undocumented behavior

    In my last post in this series, I talked about the common habit of creating an IDENTITY column on every single table.  Today I want to talk about a more broad concept: relying on undocumented (and therefore probably undefined, and certainly far from guaranteed) behavior and objects.   ORDER BY in a view This is probably the most ...
    Posted to Aaron Bertrand (Weblog) by AaronBertrand on February 8, 2010
  • Connect digest : 2009-07-24

    I'm a day early; sorry.  But I have a lot of interesting items to share this week. ======================================== More control over TOP (n) in DML This week I realized that the workarounds for affecting which row(s) are impacted by UPDATE/DELETE TOP (n) were cumbersome, and so I asked for an extension of TOP that allows you to ...
    Posted to Aaron Bertrand (Weblog) by AaronBertrand on July 24, 2009
Powered by Community Server (Commercial Edition), by Telligent Systems
  Privacy Statement