I'm trying to create a default constraint here, but the system is generating a weird name for it. If I want to name it df_MY_TABLE_GUID or something, how could I specify that name be used?
ALTER TABLE MY_TABLE ADD MY_GUID uniqueidentifier NOT NULL CONSTRAINT uq_MY_TABLE_GUID UNIQUE (MY_TABLE_GUID) DEFAULT NEWID() WITH VALUES