Viewing 15 posts - 361 through 375 (of 59,069 total)
Thank You Jeff,
Let me read thru it, mess around with some data, I will get back with some data if I get hung up.
I really appreciate the info, Thank...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2024 at 4:57 pm
From the same SO link you provided, see the following link. Within that, look for an "It-Depends" header. The first paragraph of that section has to underlined n0t-so-obvious links that...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2024 at 8:02 pm
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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.
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 16, 2024 at 4:21 pm
Doing a "bump" so people can see page 2.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 16, 2024 at 4:17 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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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
--...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 4, 2024 at 3:06 pm
Viewing 15 posts - 361 through 375 (of 59,069 total)