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: AlwaysOn Availability Group
Troubleshooting problems with SQL Server 2017 triggers
Troubleshooting problems with SQL Server 2017 triggers If you have problems with SQL Server 2017 triggers, review this troubleshooting checklist to find potential solutions. 1. Access violation occurs when a DDL trigger is raised by the CREATE EXTERNAL TABLE command. Additionally, you may receive the following error messages: “Cannot continue the execution because the session is in the kill state.”...
Tips for using Snapshot Replication in SQL Server 2017
Tips for using Snapshot Replication in SQL Server 2017 Run the Snapshot Agent as infrequently as possible. The Snapshot Agent bulk copies data from the Publisher to the Distributor, which results in some performance degradation. So, try to schedule it during CPU idle time and slow production periods. Consider specifying a simple or bulk-logged recovery model for the subscription database....
Some tips for using Snapshot Replication in SQL Server 2016
Some tips for using Snapshot Replication in SQL Server 2016 Avoid publishing unnecessary data. Try to restrict the amount of published data. This can results in good performance benefits, because SQL Server will publish only the amount of data required. This can reduce network traffic and boost the overall replication performance. Do not configure the Distribution Agent to run continuously. […]
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...