Viewing 15 posts - 16 through 30 (of 1,239 total)
This line in the WHERE clause
AND (hrxoreturn.returndate >= '2023-02-14 00:00:00' and hrxoreturn.returndate <= '2023-02-14 23:59:00')
changes your RIGHT JOIN to an INNER JOIN. If you move the line to your JOIN...
March 6, 2023 at 10:50 am
Have a look into the DATEPART function. That should point you in the right direction.
January 3, 2023 at 12:56 pm
I'm glad to hear that you've found a solution. As far as synchronising data during migrations, replication or log-shipping (one way or the other) are probably the most straightforward options. ...
September 14, 2022 at 1:56 pm
If you have access to the log files taken using Commvault, why can't you use some homegrown method to restore those to your target database? We use the OH scripts...
September 13, 2022 at 2:57 pm
There appears to be a typo in the question in that it asks for "what command" but there are apparently two correct answers. The answers have tick boxes which suggests...
July 20, 2022 at 7:23 am
Guess how my f$%^ing Saturday has started too.
July 9, 2022 at 3:31 am
Michael L John wrote:Is it Friday? I feel like it should be Friday.
No... its Sunday... special extended weekend 🙂
Now it's Friday. Mine started especially early too with a callout 45 minutes...
July 8, 2022 at 6:58 am
I can't speak about becoming full developers but we're currently in the process of migrating to AWS. As part of this, I've found myself building Windows Failover Clusters and working...
April 21, 2022 at 8:05 am
One, please, always, despite this being a technical question, talk to someone in legal at your organization after you decide on a path forward.
Two, I've been studying this for...
January 12, 2022 at 3:22 pm
Heh... mine has started off with a bit of a "well that sucks" factor. Whole new time-keeping system where they want me to categorize virtually every aspect of...
December 21, 2021 at 2:58 pm
It's a big year for us next year because we're moving into AWS. The initial migration will be like-for-like to maintain consistency but there's going to be the opportunity to...
December 21, 2021 at 10:23 am
One of my domain passwords expired yesterday so I asked the service desk to reset it for me. I then spent half an hour trying to create a password that...
December 7, 2021 at 9:48 am
When you say the PDWEDT column is numeric, how exactly is it stored? Your code returns '2021-11-28 hh:mm:ss.nnn' as last Sunday with the precise time dependent on when the code was...
November 30, 2021 at 8:18 am
Viewing 15 posts - 16 through 30 (of 1,239 total)