Viewing 15 posts - 31 through 45 (of 2,863 total)
My advice - reach out to your licensing contact as they will be able to help you more than a random forum.
But according to Microsoft:
Client access licenses (CALs) are required...
August 7, 2025 at 2:30 pm
I think log shipping should work. Found a blog post where someone did that with a 60TB database:
And they had basically no downtime!
August 6, 2025 at 10:02 pm
I've not done anything that big before, but there are tools that make failovers nice and easy without the need for AG's. We use DxEnterprise for our failover and it...
August 6, 2025 at 8:05 pm
As a thought - any way you can reduce the database size? Is there some data you could archive to get it to a more manageable size or is all...
August 6, 2025 at 7:42 pm
My opinion, AI is great for handing tasks that are slow and error-prone by users. Hand me a 1 GB log file and ask me to find the problem OR...
August 5, 2025 at 8:10 pm
if don't use linked server, how can I achieve my request ? could you kindly give me some suggestion? thanks!
One way to handle removing linked servers is to handle...
August 5, 2025 at 4:28 pm
I'd start by following the Microsoft advice for troubleshooting this - https://learn.microsoft.com/en-us/troubleshoot/sql/tools/troubleshoot-database-mail-issues
If that doesn't help, then you may want to check your spam folder or outlook rules that may be...
July 31, 2025 at 10:02 pm
I do agree that in place is not the best way to go, but sometimes it is the best of a bad situation. The way my environment is set up,...
July 31, 2025 at 2:59 pm
Mistakes happen - it's how we learn. Plus, systems and/or processes and/or policies should be set up to minimize the chance of mistakes. If a big mistake happens, that means...
July 30, 2025 at 4:14 pm
My opinion, upgrading is pretty safe. If you are concerned, set the compatibility level to 170 150 to keep your databases working like 2019 and without any 2022 features.
I'm slowly...
July 30, 2025 at 2:35 pm
It sounds like a pretty big ask for a free forum to me, but my advice is you track whatever information you feel is relevant. There is data captured by...
July 29, 2025 at 7:18 pm
I give it -1 for suggesting a trigger. My rules with triggers is they can only be used if there is no other way. Put the stock update in...
July 29, 2025 at 7:06 pm
I'm sure there are a TON of these types of experiences. This and DBA's trying to fix issues that don't really exist. Pinal Dave had a good article recently about...
July 29, 2025 at 6:54 pm
It is still not working, I tried something similar, I think the issue is that @Period is an integer and @FiveYearAgo is not so if I do the where...
July 29, 2025 at 3:29 pm
That is always a fun thing to find and a fun thing to fix. Loops and row based logic are performance killers for SQL and unfortunately, I don't think any...
July 29, 2025 at 3:25 pm
Viewing 15 posts - 31 through 45 (of 2,863 total)