sdetable -o populate_uuid_column -t <table> -c <column> -u <DB_User_name> [-D <database>] [-p <DB_User_password>] [-i <service>] [-s <server_name>] [-q]
A pre-10 workflow for this could be to populate nominal UUID values
("{00000000-0000-0000-0000-000000000000}"), then run use "sdetable"
to populate with "real" UUIDs.sdetable -o populate_uuid_column -t <table> -c <column> -u <DB_User_name> [-D <database>] [-p <DB_User_password>] [-i <service>] [-s <server_name>] [-q]
My 9.3.1sp1 instance has the default value populated correctly, so you might
not need to set any value.
Alternatively, you can use the contrib/uuid-ossp module to populate values
in the varchar(38) column.
- V