I will configure SQL Server AlwaysOn Availability Groups step by step in this article. First I want to tell about SQL Server Alwas ON. What …
Read More »MSSQL
How To Execute a Script on Multiple Instance with Registered Server
Sometimes you may want to execute a script in more than one instance. It is a solution to connect to each instance individually, but …
Read More »How To Migrate MSSQL Server Logins To Another Instance
Step 1: Create SP sp_help_revlogin on master database of Source / Primary instance The following script create two stored-procedures. You will use the first one …
Read More »SQL Server Availability Group Failover Process
Sometimes you may need to restart one of the Always On servers. In such a case, you will need to failover the Availability Group …
Read More »SQL Server Availability Group Databases Synchronization Status
Sometimes you may need to restart one of the servers you use Always ON. Suppose you have 2 servers and that you have 10 …
Read More »How to Find Time Difference Between Primary and Secondary Database in SQL Server Always On Architecture
If you define the availability group asynchronous in the SQL Server Always ON architecture, the secondary database is slightly behind. You can find details …
Read More »How To Backup Only Availability Group Databases in an Instance
Sometimes we need to take backups on an AG basis. Finding databases that are included in individual AG and getting their individual backups will …
Read More »How To Define a Share and Map This Share To Windows
In this article We create a share on a server and then we map this share on a server. I selected MSSQL as Category. …
Read More »Readable Secondary On SQL Server Always On Availability Group
In Always On Availability Group Architecture, you can read from the Secondary Server. So how do you use it in your applications? In this …
Read More »Run Your Jobs With a Proxy Account
As you know, when you define SQL Server services through sql server configuration manager, they are automatically authorized with the minimum privileges they may …
Read More »