Is the best solution to use UUID() function in db script in order to generate UUIDs for column or there are better solutions? Because when I tried to test it on my db it generated guids but they are similar:
fb55b9f1-dc80-11e5-9332-000c2931ded6
fb55bba4-dc80-11e5-9332-000c2931ded6
Only first 8 symbols different. So what should be better solution for this ?
I used this script: UPDATE Table set GUID = uuid();