Viewing 15 posts - 586 through 600 (of 2,356 total)
NOLOCK should only be used when appropriate. But, yes, I do think the jihad against it can be overdone at times, aka the "never use NOLOCK" crowd. Makes almost...
December 22, 2021 at 4:08 pm
I had someone from HR make me remove the shirt pictured above. It was at a company picnic. I guess I offended some people.
When I headed up a group of...
December 22, 2021 at 2:03 pm
It really depends on whether you understand the consequences of NOLOCK. It can result in a 'dirty read' if there are uncomitted transactions in the database that affect...
December 22, 2021 at 1:26 pm
Is SQL really mandatory to learn in 2020-2021? I'm an IT Administrator but never in my life have I encountered something like SQL.
Then you really have never done any...
December 22, 2021 at 9:30 am
I always wondered if those looking at this understood that time spent thinking or architecting a solution many times is more valuable than creating many things quickly and spiraling...
December 21, 2021 at 4:15 pm
Heh... mine has started off with a bit of a "well that sucks" factor. Whole new time-keeping system where they want me to categorize virtually every aspect of what...
December 21, 2021 at 3:28 pm
SQL 2012 is end of life in 7 months. Sounds like it's time for another vendor.
December 20, 2021 at 2:56 pm
How's everybody? Wishing a good 2022
Back at ya.
Mine has started good already. I received a significant bonus, and was put on some kind of quarterly bonus plan moving forward.
December 17, 2021 at 3:39 pm
Wouldn't that be related to parameter sniffing in the scenario I gave vs function in a WHERE clause in the OP? And if so, the performance could...
December 16, 2021 at 1:51 pm
Wouldn't that be related to parameter sniffing in the scenario I gave vs function in a WHERE clause in the OP? And if so, the performance could tank due...
December 15, 2021 at 7:51 pm
Yeah, I wasn't saying it was "good", it is just what it was doing. I prefer the "WHERE (A=@a) OR (@a IS NULL)" approach myself... and depending on how...
December 15, 2021 at 7:18 pm
if @Parameter3 is null, then use table1.id2.
Which is typically a really poor performing construct.
I see this far too often when something else should have been used.
December 15, 2021 at 6:31 pm
"I review it". How long does THAT take?
And why does it need reviewed for "safety" if they don't have the permissions to change anything on...
December 14, 2021 at 8:57 pm
Hi Michael
thanks for looking at query.. yes you are right the other post is also mine but client changed the requirement. now they want to see if it is...
December 14, 2021 at 8:06 pm
What value indicates that room_cd is single? Or multiple?
Can you show what you have tried so far?
Isn't this the same question in this post?
December 14, 2021 at 6:05 pm
Viewing 15 posts - 586 through 600 (of 2,356 total)