support Posted January 28, 2020 Share Posted January 28, 2020 To test that you have SQL replication working correctly this simple test will help. If you open SQL Management Studio Tools, connect to you Primary database server and run the following query: USE Passwordstate SELECT COUNT(*) FROM Auditing If you repeat this process above when connected to your secondary database server, you should get the same result if SQL Replication is working. If you are using two databases in your HA setup, then SQL Replication must be work otherwise you will experience a range of issues. Regards, Support Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now