Viewing 15 posts - 16 through 30 (of 1,243 total)
You've just gotta love people that give a super low rating to an article or QoTD without leaving a reason. 🙁 I thought this was a great question because...
April 14, 2023 at 7:19 am
I agree with Frederico. This
Databases with a compatibility level of 90, including backups taken on SQL Server 2005 (9.x), are automatically upgraded to a compatibility level of 100 when restored...
March 17, 2023 at 7:59 am
Jonathan AC Roberts wrote:I can't say I have ever used RIGHT JOIN. I think it is only in the language for completeness.
I use it a fair bit in real life.
Why would...
March 6, 2023 at 3:13 pm
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
Viewing 15 posts - 16 through 30 (of 1,243 total)