Hi,
We need a solution to generate GUID in FSM. It cannot be a counter, it cannot be only numeric, it needs to be asymmetric and random. The result of NEWID() sql function is exactly what we need.
Currently, in our test environment, we have set up a trigger on the table to create it after-insert into one of user_defX fields.
Is there any other way?