Viewing 15 posts - 316 through 330 (of 59,038 total)
Here's an introduction to what you need to do...
If you need more detailed help, we'll need some "Readily Consumable Data". Please see the first article in my signature line below...
October 17, 2024 at 7:43 pm
Lordy... I can't believe they didn't use a cursor or while loop, according to another article that appeared today.
October 16, 2024 at 5:14 pm
I totally agree with Drew's post. You haven't used an example that even comes close to justifying the use of such RBAR. This could cause folks, especially beginners, to make...
October 16, 2024 at 5:03 pm
I'm of the "strong opinions, loosely held" view. I want to stick with things until I see something new working better. Meaning not only is it performing/working/saving/etc. better, but...
October 16, 2024 at 4:24 pm
Certainly learning your existing tools well is important. However, I think you should also be learning new skills and judging when they are useful. That means lots of tests.
For...
October 16, 2024 at 4:21 pm
Certainly learning your existing tools well is important. However, I think you should also be learning new skills and judging when they are useful. That means lots of tests.
For...
October 11, 2024 at 5:53 am
From the Article:
That's a tough process to implement, and one many companies don't spend the time doing, but for those that do, they end up deploying many...
October 11, 2024 at 5:20 am
Great article and links, Steve. Thank you.
Fishing has been perfected. There are no new ways to entice fish to take your bait.
https://getpocket.com/explore/item/timeless-fishing-skills
An old-fashioned cedar plug is a simple but...
October 9, 2024 at 2:46 am
Good idea for an article but there are a few issues... here's one of them...
Here's your "Disable the Indexes" example...
-- Disable indexes
ALTER INDEX ALL ON YourTable DISABLE
--...
October 7, 2024 at 3:39 pm
First of all, the warning was telling you that you have columns that you're doing aggregates like SUM() and COUNT() on contain some NULL values. Are you sure those columns...
October 6, 2024 at 2:40 am
You can also (since recent SSMS) set the limit of the number of characters returned in the grid for non-XML data (varchar(max) for exemple)
Thanks for the...
October 4, 2024 at 3:42 pm
Bit late to the party on this one (only just seen the article).
Instead of using FOR XML PATH, there's a new function (I've only just started using it on...
October 4, 2024 at 3:06 pm
I might get a few eye-rolls from you, in return, because I'm going to tell you to stop doing generic, catch-all, supposed "Best Practice" index maintenance. It's all causing more...
September 30, 2024 at 10:03 pm
I do mean to be of good spirit so please don't take offense.
You've certainly impressed us there.
September 29, 2024 at 8:23 pm
Viewing 15 posts - 316 through 330 (of 59,038 total)