We are using SQL Server 2000 and are having problems with Navision duplicating GUIDS. We need the guids to be unique to interface with an external system. We tried to modify the SQL table behind the scenes but when adding records PK violations kept happening forcing us to disable the additional Index with unique constraint.
We have been debugging code that handles the GUID but can't help thinking we're overworking the code and overlooking a function that could help us.
What tips or features should we be using to properly handle the GUIDs?
0
Comments
I have never seen this create duplicate values.
The createguid function works fine. We can't get it to work as a default on the table though.