Troubleshooting problems with AlwaysOn Availability Group in SQL Server 2017 If you have problems with AlwaysOn Availability Group in SQL Server 2017, review this troubleshooting checklist to find potential solutions. 1. Ensure the accounts under which SQL Server 2017 is running are correctly configured. Microsoft recommends use the same domain user account for the partners in AlwaysOn Availability Group. If...
Tag: replica
Troubleshooting SQL Server 2017 In-Memory OLTP
Troubleshooting SQL Server 2017 In-Memory OLTP If you have problems with In-Memory OLTP in SQL Server 2017, review this troubleshooting checklist to find potential solutions. 1. You may notice a temporary decrease in performance for In-Memory OLTP transactions when using In-Memory OLTP with Always On availability groups. This problem occurs when the availability group is configured to use the synchronous-commit...
Troubleshooting SQL Server 2017 Transactional Replication
Troubleshooting SQL Server 2017 Transactional Replication If you have problems with SQL Server 2017 transactional replication, review this troubleshooting checklist to find potential solutions. 1. Check that you have sysadmin permissions on the SQL Server. Only members of the sysadmin server role can configure replication, so if you have not these permissions you cannot setting up or configure transactional replication....
SQL Server 2014 Clustering Optimization Tips
SQL Server 2014 Clustering Optimization Tips Create a cluster resource group before installing SQL Server 2014 clustering. Avoid installing SQL Server 2014 into the default cluster group. To create cluster resource group dedicated for SQL Server 2014, you can use the Cluster Administrator tool. You should also place all the shared array drives that will be used by SQL Server...
SQL Server 2014 Transactional Replication Optimization Tips
SQL Server 2014 Transactional Replication Optimization Tips Consider locating both the publisher and the distributor on the same physical server. You can place the publisher and the distributor on the same physical server when the publisher server can perform the distribution tasks without any performance problems. By the way, using a separate SQL Server for the Distributor requires separate SQL...