Viewing 15 posts - 181 through 195 (of 7,466 total)
Isn't that the whole "reason to be" for Ag's ?
When the partner instance comes back online and is visible to the primary instance, it will pickup log-processing from primary to...
July 9, 2024 at 10:29 am
Capture failed logins using extended events !
This may get you started: "Logon monitoring in SQL Server and Azure Managed Instances - Adopting Extended Events" as it gives you more...
June 26, 2024 at 5:31 pm
Jep .... that's also part of life 🙂
June 13, 2024 at 1:10 pm
I copy-pasted your text and commented all but the ddl and the queries.
Works just file.
Off course, in SSMS you need to keep the consequences of any "GO" line in mind...
June 13, 2024 at 11:38 am
Talk with your db's consumers if they changed usage / implement new stuff / have faulty processes recently / ...
June 12, 2024 at 11:48 am
btw: If you hover over the icon, you’ll get an explanation of it
June 11, 2024 at 5:53 am
explained at: "What is a contained availability group?"
June 8, 2024 at 5:33 pm
check the sql server errorlog file
June 5, 2024 at 4:36 pm
You've got the correct clustered index on CDPOS, except perhaps that it's not unique. If adding CHANGENR to the clus index will make it UNIQUE, you should do that.
Either...
May 31, 2024 at 9:22 am
The first thing I would check is the amount of disk space available.
Also, I would rarely use RESTORE...WITH REPLACE. I would normally restore to something like MyDb202405301201 and then...
May 30, 2024 at 11:21 am
Your script seems to be what it needs to be.
Which version number is your target sqlserver instance ? ( did you apply the (near) latest cumulatieve updates
ref: SQL Server...
May 30, 2024 at 5:25 am
Thank you for the feedback 🙂
May 29, 2024 at 11:53 am
If you only take full and diff backups, I assume your databases are in simple recovery model ( or your db log file(s) will keep on growing after the first...
May 29, 2024 at 6:39 am
You need to grant the sql server service account auth to get to the new backup file location/share
May 28, 2024 at 12:58 pm
IMHO AzureMI have been brought to life to have people be more keen to (try to) migrate and land on an environment they are familiar with.
...
May 28, 2024 at 8:03 am
Viewing 15 posts - 181 through 195 (of 7,466 total)