Viewing 15 posts - 451 through 465 (of 59,042 total)
Lordy... the wondrous things I've used it for... there's no way for me to list everything I've used it for.
Exporting files is one of the big ones but also the...
July 3, 2024 at 2:54 am
I have a number of friends moving to SQL 2022 and haven't had Jeff's issues. If you look at Brent's version spread (For his customers), lots are/have moving/moved to...
July 2, 2024 at 7:10 pm
I wouldn't use DELETE on a year old table. That'll be a lot to delete and it'll cause a "log file explosion".
I probably also wouldn't do a whole year at...
July 2, 2024 at 6:52 pm
I totally concur. Back in the late 90's and early 2000s Hoshin Principles; Greenbelt and Blackbelt training; Design-for-Six-Sigma, all stressed the importance of the "voice of the customer" and...
July 1, 2024 at 11:41 am
A lot of links for that incident show up with the following search.
https://duckduckgo.com/?q=robot+suicide
July 1, 2024 at 3:06 am
"Bump" to make the 2nd page of the discussion show up.
June 29, 2024 at 4:42 am
The greatest technical debt I have ever experienced is when we migrated from SQL Server 2016 to 2022. That means that I'm still experiencing that "joy". Overall, "It just runs...
June 29, 2024 at 4:36 am
Jeff - I'm going with Scotts recommendation which sticks with CAST and not FORMAT. That said, just out of curiosity do you know how much data/rows need to be...
June 29, 2024 at 4:13 am
Thanks Jeff, I will be sure to have some ready to use code in the future.
Heh.. "next time". You're saying that because someone already did it but... they did...
June 28, 2024 at 9:50 pm
You're not going to use this data as points in time, but as intervals, so model it that way
Create table events (event_number integer not null primary key, event_start_timestamp dateime2(0)...
June 28, 2024 at 7:25 pm
Never mind. AI lied to me.
{sarcasm on}
WHAT??? AI LIED??? Surely, you jest! It's going to take over all our jobs, right? RIGHT? 😉
{sarcasm off (for the moment)}
June 27, 2024 at 7:37 pm
If you use FORMAT anyplace where there are a lot of rows, I can only wish you luck for performance because you're going to need it.
June 27, 2024 at 7:33 pm
Thank you, Jeff. That would only require installing Office, or at least Excel, on the server, correct? I could document which version of Excel is used.
No, this is...
June 27, 2024 at 7:31 pm
Thank you, Jeff. That would only require installing Office, or at least Excel, on the server, correct? I could document which version of Excel is used.
No. Absolutely not. It...
June 27, 2024 at 7:22 pm
I don't know if it would be possible to write reports using Jupyter Notebooks, that would be canned reports accepting only parameters, such as start and end dates....
June 26, 2024 at 5:53 pm
Viewing 15 posts - 451 through 465 (of 59,042 total)