Forum Replies Created

Viewing 15 posts - 481 through 495 (of 1,246 total)

  • RE: Not Useless Features

    Top of my wish list...
    #1 Inline Scalar UDFs.
    #2 GREATEST & LEAST functions.
    #3 that ability to use DISTINCT in windowed aggregates.
    #4 add a "print" option to...

  • RE: Table Design

    Sean Lange - Tuesday, November 28, 2017 2:19 PM

    Absolutely mate. No hard feelings here at all. Stupid internet makes discourse challenging...

  • RE: Table Design

    Sean Lange - Tuesday, November 28, 2017 12:56 PM

    I wouldn't use a GUID at all if I can avoid it... Sequential or...

  • RE: Slow query - client or server issue

    Grant Fritchey - Tuesday, November 28, 2017 4:30 AM

    Jason A. Long - Monday, November 27, 2017 11:47...

  • RE: Table Design

    Sean Lange - Tuesday, November 28, 2017 7:29 AM

    Jason A. Long - Wednesday, November 22, 2017 3:57...

  • RE: Choosing the Birthday of a Customer by month?

    Jeff Moden - Tuesday, November 28, 2017 5:45 AM

    I hope you never take it negatively.  Especially since I always learn from...

  • RE: Choosing the Birthday of a Customer by month?

    Here's a quick test, using just over 3.25 million rows of data in both dbo.customer_1 and dbo.customer_2.

    Aside from the persisted computed columns on 2, both tables identical with identical...

  • RE: Slow query - client or server issue

    Grant Fritchey - Monday, November 27, 2017 8:12 AM

    Jeff Moden - Monday, November 27, 2017 6:26 AM

  • RE: Unusually Expensive Deletes

    There’s no reason to use Profiler for this.

    Simply do a “CTRL+L” in SSMS, to get the estimated execution plan or “CTRL+M” if you need the actual plan.

    Alternatively, you...

  • RE: Unusually Expensive Deletes

    When you do a delete (same principle applies to inserts and updates as well), you’re actually doing separate deletes for every index on each of the affected tables.

    If any of...

  • RE: Table Design

    I’m not postponing a reply... I’m stupid drunk w/ fiends & family. Like I said, I’m very interested in picking your brain on this topic. I’m not making an argument...

  • RE: Table Design

    Jeff,

    I’m on a phone at the moment so I won’t try to make a full response right now.

    I’ll just say, in my environment, insert hot spots aren’t a...

  • RE: Table Design

    Grant Fritchey - Wednesday, November 22, 2017 9:57 AM

    I love all the other answers. I'm going to repeat a few for emphasis...

  • RE: Force execution plan in a view

    <removed>

  • RE: Why dbid is 1 for master, 2 for tempdb, 3 for model and 4 for msdb?

    LOL... I think I got it now.

    Makes more sense than the Hawaiian Punch guy wearing Harry Caray’s glasses.

Viewing 15 posts - 481 through 495 (of 1,246 total)