Viewing 15 posts - 3,316 through 3,330 (of 59,067 total)
Format could be derived like this:
CONVERT(CHAR(10),jobstarted,103) + ' ' + CONVERT(CHAR(8),jobstarted,108)You indicate output as "Rome Time". What timezone/offset is your source data in?
I would recommend just...
June 13, 2022 at 9:49 pm
Sounds like the log file issue might be spot on according to the following link...
https://www.sqlskills.com/help/waits/preemptive_os_writefilegather/
June 13, 2022 at 5:34 pm
Thanks for the suggestions.
Hi and welcome aboard.
Be advised that your post looks and smells like a precursor to spam. If you're a spammer, please go away. We're watching.
If your...
June 13, 2022 at 5:05 pm
Thanks so much, Jeff, I will review those articles.
Thanks again!
-- webrunner
My disclaimer is that I don't know if that's the actual problem. It's just one that people seem to...
June 13, 2022 at 3:01 pm
I use the term "Legacy Backups" when I need to politically correct terms so as not to be taken to task for what some people would call a "Visit by...
June 13, 2022 at 2:53 pm
The spam entry brought me back here.
@pekoms... you never got back to me on what unit of measure you wanted the result to actually be.
Just in case you still have...
June 13, 2022 at 2:40 pm
Absolutely perfect. That graphic explains it all. I have a high performance idea on how to do this and I'll explore it tonight after work.
June 13, 2022 at 2:24 pm
Jeff,
The above is the i/p which i receive my client which may having missing weeks data, so i need to populate 0 for missing weeks.
Also, actually it has two...
June 12, 2022 at 9:10 pm
First thing I'd check for is the size of the log file being restored and then I'd check the original database to see the size and how many VLFs are...
June 11, 2022 at 6:44 pm
Understood but you've not actually answered my question...
You say (or at least imply) that you want the first day of your weeks to be on Sunday. If the current date...
June 11, 2022 at 6:26 pm
Hi All,
I have the below query , have set datefirst as Sunday (7), but here i am getting week 52 for Sunday and Week 53 for Monday. I am...
June 10, 2022 at 10:11 pm
Focus first on logical I/Os, as that's usually the culprit one way or another.
You just re-stated exactly the first line of what I wrote in an earlier...
June 10, 2022 at 9:03 pm
I considered submitting a request asking for a way to suppress the dark mode request.
I actually have to use DATEDIFF_BIG. The fact they couldn't be bothered to implement the...
June 10, 2022 at 3:45 pm
Or run the stored procedure yourself and email them the results in a spreadsheet.
June 8, 2022 at 5:29 pm
Just remember that you'll end up with a rather huge transaction log file on Step 3 and it will take 2-3 times longer if you don't achieve "Minimal...
June 8, 2022 at 5:20 pm
Viewing 15 posts - 3,316 through 3,330 (of 59,067 total)