Viewing 15 posts - 2,056 through 2,070 (of 22,202 total)
All those functions on the columns, LEFT/RIGHT, that's horrible. Before we get to why all the INTERSECT & UNION from the generated code, that stuff is going to inflict pain....
January 27, 2020 at 7:12 pm
I've been blogging about it a bunch over at scarydba.com.
I have a bit of a screed coming out on it next week.
My argument is simple. Anyone operating on 2012 or...
January 27, 2020 at 4:11 pm
Probably ought to report that to Microsoft. They've got an aggressive releases so they could get a fix in.
January 27, 2020 at 3:19 pm
January 27, 2020 at 3:08 pm
The problem i face is with things like blog is my lack of knowledge and experience.
I feel like everything i know has already been written somewhere by someone already.
Yep....
January 27, 2020 at 3:07 pm
If you have specific questions, never hesitate. We try to be helpful here. If we can help someone get a job or an employer get a good DBA, all the...
January 27, 2020 at 1:31 pm
It's not just a seek versus a scan issue here. There are a whole slew of differences between these two queries, even though it looks like the result sets are...
January 27, 2020 at 12:56 pm
The bad news, finding a good dba is really hard. My last company went into a semi-permanent recruiting mode when it took us over a year to find a single...
January 27, 2020 at 12:38 pm
Recovery Time Objective (RTO) is not determined by what you back up or how frequently. Well, it is, but not the way described here. It's about how long it takes...
January 27, 2020 at 12:30 pm
Solarwinds should have a way to tell you what queries were being run, I thought. The product it used to be had that.
However, agree, if you need to capture the...
January 27, 2020 at 12:26 pm
I'm not aware of any CE issues moving between versions greater than 2014. The optimization engine has changed at each version, and that could, in some edge cases, cause problems....
January 27, 2020 at 12:23 pm
I don't think it's SQL Server 2019. I think it's SSMS. The latest release seems to be obscenely slow. It can take 2-3 minutes to launch on my laptop. I've...
January 27, 2020 at 12:21 pm
The trick is in the name. People read common TABLE expression when they should read common table EXPRESSION. A CTE is not a table. It's just a query. There is...
January 27, 2020 at 12:19 pm
Yes, I am cranky. Because I am tired of being the guy with the shovel and broom who walks behind the horses in the parade.
wait - ???? you...
January 27, 2020 at 11:36 am
Viewing 15 posts - 2,056 through 2,070 (of 22,202 total)