Viewing 15 posts - 4,486 through 4,500 (of 59,069 total)
Forgot to mention a few more things:
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 5:02 pm
I'm sorry about the misinformation. I didn't pay attention to the list of "Applies to" services.
I remembered some excited chatter some months ago about the functions now being available,...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 3:55 pm
Well if it's just a matter of copying data truncate and reload is easier to set up and maintain, volume permitting. Trying to capture deltas will but down on...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 3:49 pm
I found this topic via a Google search, and it kinda-sorta relates to my issue. I need a Script Component in SSIS to serve as a data...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 3:13 pm
I'll try to post a solution tonight after work if no one else beats me to it.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 3:08 pm
Here are a couple of ways to do it. Like aadcock says above, format 23 comes into play. Be warned though... in a lot of languages, that format (23) will...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 3:03 pm
I kinda figured. Thanks, for the confirmation.
After the performance issues included with the FORMAT function, I also worry about performance anytime MS comes out with a new function. I won't...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 2:25 pm
In SQL Server 2019 you can also utilize the GREATEST function.
That documentation seems to suggest that it's only available on Azure instances and not "standalone" instances. Can someone with...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 2:03 pm
As a bit of a sidebar and, like I said, only a quick look at the code you've attached, what is your complaint with the code?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 1:53 pm
Without spending much time looking at the code, my humble opinion is that it's usually easier and faster to truncate and reload if the full reload is available in a...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 1:38 pm
Just in case any of you use Twitch... it's been hacked.
https://www.theverge.com/2021/10/6/22712250/twitch-hack-leak-data-streamer-revenue-steam-competitor
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 1:21 pm
so here how can I change months data to weekly aggregate data for total counts.
Heh... maybe send me a coupon for a week's worth of of #8 Jimmy John's...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 5:45 am
I found this topic via a Google search, and it kinda-sorta relates to my issue. I need a Script Component in SSIS to serve as a data source for...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 7, 2021 at 10:03 pm
There is no space for taking log backup
Ah... got it. Hopefully someone that uses AG might know why it filled up the log file and how to take care...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 7, 2021 at 7:10 pm
If you're using this function against multiple rows in a query, there's no way that I'd leave it as a scalar function.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 7, 2021 at 3:33 pm
Viewing 15 posts - 4,486 through 4,500 (of 59,069 total)