Viewing 15 posts - 436 through 450 (of 59,038 total)
And yet it's still absolutely stupid about certain "simple" things... In the example below, this is NOT the right way to solve the given problem. Even the note...
July 10, 2024 at 7:02 am
Hello Gurus,
How I am in need of all databases growth in 10 instance and send the report by an email. What's the best way to accomplish such task. If...
July 10, 2024 at 6:03 am
Never do reorganize. On large tables it will take forever and on small tables why reorganize when you can just rebuild. Treat all your server maintenance like a man...
July 10, 2024 at 5:53 am
The real trouble is most likely the way that someone is concatenating the string. Post the code doing the concatenation and we can probably confirm the issue and, if so,...
July 10, 2024 at 5:29 am
And yet it's still absolutely stupid about certain "simple" things... In the example below, this is NOT the right way to solve the given problem. Even the note in the...
July 8, 2024 at 4:12 pm
Be REALLY careful here folks. The answer and the reason is correct except for one of the most important places in SQL Server and that's for the DATEDIFF() function. The...
July 8, 2024 at 12:06 am
When Agile is used for rapid feedback with responsive customers it can be an effective way to flush out system requirements. I've more often seen Agile used as...
July 4, 2024 at 9:13 am
Did either of Ed B's solutions work for you?
If not, could you post what the output should look like using the test data you've provided? I'm also not sure what...
July 4, 2024 at 9:05 am
My online index rebuild job for a 200G table with 40mil rows took me up to 30hrs to complete, this is a once off activity done since we have...
July 4, 2024 at 8:55 am
... I also gave a presentation on how to secure it properly way back in (IIRC) 2013 at the now defunct Kalamazoo, MI SQL Saturday. It's where I...
July 4, 2024 at 3:46 am
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
Viewing 15 posts - 436 through 450 (of 59,038 total)