CREATE table SYS.SYSREMOTEOPTION ( option_id UNSIGNED INT NOT NULL, user_id UNSIGNED INT NOT NULL, "setting " VARCHAR( 255 ) NOT NULL, PRIMARY KEY ( option_id, user_id ), FOREIGN KEY REFERENCES SYS.SYSREMOTEOPTIONTYPE )
Each row describes the values of a SQL Remote message link parameter.
option_id An identification number for the message link parameter.