Viewing 15 posts - 271 through 285 (of 59,038 total)
I cannot sufficiently nor politely express the growing level of disgust I've developed about Microsoft and SQL Server, especially since 2012 sp3.
I'd written some simple code to determine a difference...
November 12, 2024 at 3:42 am
Mainting non sequential leading key having indexes at a lower fragmentation seems to have, by empirical evidence, kept regression issues at bay.
Have you tried rebuilding statistics instead of indexes?
November 11, 2024 at 4:24 pm
This is a nicely written article, Phil. Thanks for taking the time to write it.
There are a few "gotcha's" because other people have published the same information for a very...
November 11, 2024 at 1:30 am
If you look at the column headers of the file and compare them to the table, they don't match. We can't see your package to know what the...
November 9, 2024 at 8:21 pm
Bumping the post so that the post above shows up on the next page. This has been a long standing fault on this forum. I sure hope the get around...
November 9, 2024 at 8:19 pm
If you look at the column headers of the file and compare them to the table, they don't match. We can't see your package to know what the mapping is. ...
November 7, 2024 at 2:35 pm
To be honest, you're probably wasting your time doing traditional index maintenance. Worse yet, you could actually be perpetuating fragmentation if you're using REORGANIZE.
With the thought that I named the...
November 7, 2024 at 2:03 am
If YOUR data center isn't "on the cloud", the On-Prem shouldn't be too different. Normally, "on-prem" is another way of saying that the "data center" is not only owned by...
November 7, 2024 at 1:51 am
TBH... I'm deathly afraid of any changes or "improvements" that MS makes any more. The huge slowdown that started with the new cardinality estimator in 2016 was the first big...
November 6, 2024 at 11:42 pm
I concur with the error found by Jeff Williams. I also concur with the OUTER APPLY method being faster. With the correct index, it's actually twice as fast as the...
November 6, 2024 at 11:15 pm
Since the author of that article hasn't answered the latest question there in over 4 years, why not just try it and see? Then, you can answer poor Jose's question...
November 5, 2024 at 12:49 am
To be sure, that's not "SQL Server". There's no such thing as SQL Server 20.2. What you're seeing is SQL Server Management Studio, which is also known as "SSMS". That's...
November 5, 2024 at 12:33 am
Jeff, This works perfectly. The LEFT JOIN did the trick. I'm investigating this as part of my quest for knowledge. Thanks!
Thank you for the feedback!
November 4, 2024 at 9:48 pm
To follow up on Eddie Wuerch's good post, it's an old but powerful bit of ancient code known as a CROSSTAB. You can get a good introduction to them in...
November 4, 2024 at 12:56 am
I'm not a ninja at it but you could try it in a "Maintenance Plan". To execute a proc, you would use an execute SQL block. You could have the...
November 2, 2024 at 4:13 am
Viewing 15 posts - 271 through 285 (of 59,038 total)