Viewing 15 posts - 1 through 15 (of 48 total)
Why do you need a clustered disk? You need a shared location where all the nodes can access files to synchronize themselves.
Check this links:
https://www.sqlservercentral.com/articles/steps-for-installing-alwayson-availability-groups-sql-2019
https://kevinholman.com/2022/09/28/sql-always-on-step-by-step/
https://www.sqlshack.com/configuring-a-sql-server-alwayson-high-availability-group/
@Emporer100: The...
April 20, 2025 at 7:56 am
The SQL Server service accounts need read permissions on the private key of the certificate, on both nodes.
April 6, 2025 at 6:59 am
What?? 1. A File Server resource group has nothing to do on an AlwaysOn AG server. 2. The underlying wsfc is controlled by the sql server. So a failover has...
March 28, 2025 at 1:08 pm
In newer Versions of SQL Server and SSMS you don't need to remove the missing LDF. Please correct your article. It seems it is for old SQL Server 2005 or...
December 24, 2024 at 8:28 am
Hi Deubel, could you elaborate further on what sort of script i need to run?
So does this means I do not need to backups any of my system database...
October 1, 2024 at 7:08 am
Thanks for all the reply.
Just 1 more thing to clarify, if I were to upgrade my database from SQL 2012 to SQL 2019 & I want to retain all...
September 24, 2024 at 9:32 am
September 24, 2024 at 9:31 am
The most important question is: How much downtime do you get?
September 6, 2024 at 4:46 pm
What is there to be confused about?
You have two servers, and two accounts. One is a sysadmin on one server, the other is not.
Sysadmin is the highest level of...
August 21, 2024 at 5:21 am
I hope the text below helps you understand.
SQL Server provides server-level roles to help you manage the permissions on a server. These roles are security principals that group other...
August 19, 2024 at 7:52 pm
Due to security i could not export data from the particular DB. I imported the very same flat files into my personal DB , with no issue. YOU could...
July 28, 2024 at 6:03 pm
Due to security i could not export data from the particular DB. I imported the very same flat files into my personal DB , with no issue. YOU could...
July 28, 2024 at 5:59 pm
I would like to understand how to create auto job to take the full backup, transaction backup + truncating the log files(without making the database to simple recovery mode...
March 5, 2024 at 5:22 pm
Why do you make backups with Veeam and with SQL Server? If Veeam B&R is configured correctly it truncats the logs for you. But I'd prefer SQL Server backups. With...
March 4, 2024 at 7:26 pm
Maybe a screenshot would make things clearer.
February 24, 2024 at 6:27 am
Viewing 15 posts - 1 through 15 (of 48 total)