I need to get the hash function on the particular table that represents 1 million records in that table that is running on DB server A. so that I can compare this particular hash function with another hash function for the same table that is running on DB server B to check the data in that particular tables is same on both DB servers.
I don't know whether the right way to do it to compare the data on the same tables on different DB servers? please suggest if I'm in the wrong direction.