1. Using CROSS APPLY instead of a calculated variable

    Leave a comment

    May 22, 2013 by Kenneth Fisher

    Earlier this week I posted The many uses of CROSS APPLY and I’m quite glad I did. I’ve been working …
    Continue reading

  2. The many uses of CROSS APPLY

    1

    May 20, 2013 by Kenneth Fisher

    Over the last few years of studying SQL I’ve noticed 4 different uses for the command CROSS APPLY. In the …
    Continue reading

  3. CREATE SCHEMA can do what?!?!?

    3

    May 15, 2013 by Kenneth Fisher

    So I was studying for the 70-451 and ended up reading the BOL entry for CREATE SCHEMA. I honestly can’t …
    Continue reading

  4. Dragging a name from the object explorer to a query window

    5

    May 13, 2013 by Kenneth Fisher

    In the same vein as Steve Jones’ series on Customizing SSMS this is a fairly basic trick, but one that …
    Continue reading

  5. Free SQL Books

    4

    May 8, 2013 by Kenneth Fisher

    I was looking for a way to put BOL on my Kindle when I found a few good links I …
    Continue reading

  6. GO

    2

    May 6, 2013 by Kenneth Fisher

    Did you know that the GO command isn’t really part of T-SQL? It’s what’s called a batch separator. And in …
    Continue reading

  7. Comparing an inner join vs a subquery

    10

    May 2, 2013 by Kenneth Fisher

    I was reading through Stackoverflow today and saw an interesting question. SQL inner join vs subquery. The user was comparing …
    Continue reading

  8. Well I finally passed the 70-451

    2

    May 1, 2013 by Kenneth Fisher

    So I am now an MCITP Database Developer for SQL 2008. This is a big milestone for me. A few …
    Continue reading

  9. INFORMATION_SCHEMA the un-sung system views

    Leave a comment

    April 29, 2013 by Kenneth Fisher

    I spend a reasonable amount of time looking through various forums, answering some questions and reading the answers to others. …
    Continue reading

  10. How do I tell the stored procedure name from inside the stored procedure?

    1

    April 24, 2013 by Kenneth Fisher

    I’ve occasionally had the problem of trying to put “smart” logging messages into a process. You know the ones, you’re …
    Continue reading

Follow

Get every new post delivered to your Inbox.