Viewing 15 posts - 16 through 30 (of 847 total)
I've been working with SQL Server for over 15 years and I have never seen this syntax used before. Interesting behavior and something I hope to never deal with in...
January 30, 2017 at 9:55 am
I had a discussion about this sort of scenario with my boss a while back when we started getting some odd disk errors. Luckily it was on our test server...
January 26, 2017 at 8:53 pm
Had a feeling I would get this one wrong. 🙂 It makes perfect sense that view server state would be redundant. Think I need more coffee! Thanks Steve.
January 10, 2017 at 10:27 am
Nice and easy way to start the week. Thanks Steve.
January 9, 2017 at 9:15 am
I really liked the setup for this question as it can be easily translated for real world scenarios. I found it fun to test the different options on the tables...
January 6, 2017 at 10:39 am
Konstantin Reu (1/5/2017)
Finally interesting question here. I got it due research.Also
CREATE unique index IX_lang ON [dbo].[languages](language) WHERE language = 'deutsch'
lead indirectly to filtered statistics and desired query plan
Thanks.
I was wondering...
January 5, 2017 at 8:31 pm
m mcdonald (11/28/2016)
This article https://msdn.microsoft.com/en-us/library/hh231286.aspx
updated 8/1/16 does not indicate the deprecation and states
Use the Import-Module cmdlet to import the sqlps module. Specify the DisableNameChecking parameter if you want...
November 28, 2016 at 11:01 am
I've had to use similar methods to do this exact same thing before. Nice real world example Mike. There are multiple ways to do this without using the OVER() clause...
November 8, 2016 at 6:16 pm
Steve Jones - SSC Editor (10/13/2016)
I think you mean #GoChiefsToThirdPlaceInTheWest
Ouch. Fair, but still ouch.
I never use XML at work so these QODs are always a struggle. Need to find some...
October 13, 2016 at 12:38 pm
I only remembered this because of some index maintenance scripts that exclude heaps. Thanks for the refresher.
October 12, 2016 at 8:55 am
Should have gone with my gut. I had only HEARD of R being supported but I was being optimistic that there were more. 🙂
October 7, 2016 at 9:09 am
Nice question. Totally makes sense to not allow a FK constraint using a temp table. I would have never thought to even attempt that. 😀
August 16, 2016 at 9:51 am
Viewing 15 posts - 16 through 30 (of 847 total)