Viewing 15 posts - 481 through 495 (of 1,246 total)
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...
December 1, 2017 at 12:41 pm
November 28, 2017 at 6:46 pm
I wouldn't use a GUID at all if I can avoid it... Sequential or...
November 28, 2017 at 1:50 pm
November 28, 2017 at 12:44 pm
November 28, 2017 at 12:31 pm
November 28, 2017 at 9:49 am
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...
November 27, 2017 at 11:16 pm
November 27, 2017 at 11:47 am
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...
November 26, 2017 at 2:14 pm
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...
November 25, 2017 at 11:49 pm
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...
November 23, 2017 at 10:32 pm
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...
November 23, 2017 at 6:45 pm
November 22, 2017 at 3:57 pm
LOL... I think I got it now.
Makes more sense than the Hawaiian Punch guy wearing Harry Caray’s glasses.
November 21, 2017 at 7:25 pm
Viewing 15 posts - 481 through 495 (of 1,246 total)