Tag Archives: Microsoft SQL Server

  1. What is the Object Explorer Details tab good for?

    1

    October 17, 2018 by Kenneth Fisher

    For a long time there I would see the Object Explorer Details tab show up when I opened SSMS (SQL …
    Continue reading

  2. Highlighting sp_spaceused

    1

    October 15, 2018 by Kenneth Fisher

    I’ve been using sp_spaceused a lot recently so I thought I would bring it up again. Basically it’s a quick …
    Continue reading

  3. Which is faster? IN (list) or IN (SELECT FROM Temp)

    8

    October 11, 2018 by Kenneth Fisher

    If you’ve done much with IN (list) then you’ve realized that it basically translates out to You’ve probably also realized …
    Continue reading

  4. Generate a random number of children for each parent

    4

    October 3, 2018 by Kenneth Fisher

    I was asked an interesting question the other day. Is it possible to get a different random number of rows …
    Continue reading

  5. SQL Homework – October 2018 – Time for an upgrade

    1

    October 1, 2018 by Kenneth Fisher

    When you created your home lab last September you probably installed a version of SQL 2016. Well, SQL 2017 was …
    Continue reading

  6. Data Types Word Search

    4

    September 26, 2018 by Kenneth Fisher

    Just for fun here is a word search with all of the data types available in SQL Server. Well, two …
    Continue reading

  7. You can’t DELETE TOP (x) with an ORDER BY

    8

    September 19, 2018 by Kenneth Fisher

    Did you know you can’t do this? Msg 156, Level 15, State 1, Line 8 Incorrect syntax near the keyword …
    Continue reading

  8. How do I grant permissions to view users and their permissions?

    1

    September 17, 2018 by Kenneth Fisher

    tl;dr; VIEW DEFINITION Every now and again you’ll have a user that needs to be able to see what permissions …
    Continue reading

  9. Using Table Valued Parameters with sp_executesql

    3

    September 13, 2018 by Kenneth Fisher

    Recently I did a presentation on dynamic SQL. In the presentation I pointed out the similarity of using sp_executesql to …
    Continue reading

  10. What happens in a trigger stays in the transaction: T-SQL Tuesday #106

    Leave a comment

    September 11, 2018 by Kenneth Fisher

    Anything that happens in a trigger happens within the same transaction of the command that called it. Part of me …
    Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 3,975 other subscribers

Follow me on Twitter

Archives

ToadWorld Pro of the Month November 2013