Viewing 15 posts - 196 through 210 (of 1,187 total)
Thanks for this question about the fundamentals!
So something like this would work?create table #Batting
(
pk int identity(1,1) not null primary key,
player varchar(25),
batting_year...
October 20, 2018 at 5:54 pm
October 17, 2018 at 10:56 am
Is it possible SQL Monitor is sending the...
October 17, 2018 at 9:17 am
October 17, 2018 at 9:02 am
October 17, 2018 at 8:57 am
Joe Torre - Tuesday, October 16, 2018 4:44 PMIs the email coming from the package?
Hi Joe, thanks. No, the email is coming...
October 17, 2018 at 8:35 am
Thanks, Jeff - great points.
In particular, given the vagaries of index effects that might be different in production vs non-production, I think this process modification (i.e. added to the...
October 3, 2018 at 9:29 am
Thanks for the editorial, it's good to have these discussions.
To my mind, the answer is in the title itself: "Should Index Changes Require Change Control?"
They are changes...
October 2, 2018 at 1:56 pm
Yes! This is a great addition by Microsoft.
I've seen some people state some valid concerns about whether the more informative error message could inadvertently leak info. That's...
October 2, 2018 at 9:04 am
Rune Bivrin - Tuesday, September 25, 2018 1:54 AMAmazing!I didn't realize it was October 12 already 🙂
Same here! When I saw the...
September 27, 2018 at 2:12 pm
Thanks, this was an informative question.
- webrunner
September 24, 2018 at 1:20 pm
ZZartin - Friday, September 21, 2018 11:09 AMYou can also show the execution plans with and without the index.
Great - thanks!
- webrunner
September 21, 2018 at 11:12 am
Thanks for your reply! I'll look into simulating a production workload in dev - I had totally forgotten about that - as well as the other things you suggested.
September 21, 2018 at 10:38 am
ildjarn.is.dead - Tuesday, September 11, 2018 12:37 AMShouldn't the query read 'WHERE uc.UserID = 8'?
Yup seems like it. This returned the rows...
September 11, 2018 at 11:42 am
Viewing 15 posts - 196 through 210 (of 1,187 total)