Does the primary key pkID in tblContentType change afer every synchronisation?
If not, is there any scenerio that would cause that ID to change over time.
We have some code that checks this ID against a known (at the time) value, but we're finding on a PROD system (with several web servers + 1 db server) that the ID changes so our checking code fails.
Does the primary key pkID in tblContentType change afer every synchronisation?
If not, is there any scenerio that would cause that ID to change over time.
We have some code that checks this ID against a known (at the time) value, but we're finding on a PROD system (with several web servers + 1 db server) that the ID changes so our checking code fails.
I'm just trying to understand why the ID changes.
Cheers