Jump to content

Testing SQL Replication is working


support

Recommended Posts

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

 

2020-01-29_9-03-47.png

 

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...