Viewing 15 posts - 1 through 15 (of 320 total)
Thanks, Johan! I appreciate the response!
April 1, 2021 at 3:37 pm
Jeff,
Thank you for the response and for the clarification. Also, I didn't realize that Eirikur had taken it even further! If I end up incorporating it into my code, I'll...
February 18, 2021 at 5:10 pm
Fair enough, but what if I remove all of the comments beforehand, then employ my technique? Then it should handle your most recent examples AND be considered valid since it...
January 2, 2021 at 5:13 pm
frederico,
Thank you for the response. Have you looked at my most recent proposed code? It doesn't use CHARINDEX, so I believe it works in all of your examples...
January 1, 2021 at 1:06 am
Hey all, I'm wondering if I can avoid using REPLACE at all (at least with spaces and/or CHAR(10) CHAR(13) so that we don't need to worry about potential JOIN predicate...
December 31, 2020 at 5:20 pm
Scott,
Thanks for the response. Would you mind explaining your code a little bit?
I get the gist that you're replacing multiple spaces with one, but why the variance of #s in...
December 31, 2020 at 12:01 pm
Brian,
Thank you for commenting! I hadn't thought about proactively REPLACE-ing CHAR 13 and 10 with a single space to simplify things and then also be able to use LTRIM and...
December 30, 2020 at 9:20 pm
I presume you've got a lot of this to do & you want to build an automated way of doing it.
Correct. I have quite a few.
I would do...
December 22, 2020 at 3:24 pm
As long as your cluster maintains quorum - the AG will continue to function and you won't have any issues, that is why you have the file share witness.
For...
July 5, 2020 at 11:34 pm
Grant,
Ya know--I was giving one your responses a little more thought...you stated that optimize for a value is a potential fix for Parameter Sniffing. I agree but wanted to get...
February 23, 2020 at 10:58 pm
Honestly--yes. I think all of this. I knew already knew some of the potential fixes, but the information about CHAR(1), the histogram, etc. and how the optimizer will behave, while...
February 21, 2020 at 7:39 pm
Hi Grant,
As always, thank you for the response. Just one thing, if you don't mind.
I understand how indexes work and the importance of the selectivity of the leading column of...
February 21, 2020 at 3:23 pm
Thank you, Grant! That actually clears everything up. I wasn't planning on using RCSI at a connection level, but rather just trying to understand the different ways in which it...
January 31, 2020 at 3:01 pm
Anyone else read the title and think the article was related to (stable) married couples using SQL Server, like Paul Randal and Kimberly Tripp, and Sean and Jen McCown?
No? Just...
January 23, 2020 at 2:03 pm
Viewing 15 posts - 1 through 15 (of 320 total)