SYSSQLSERVERTYPE system table

CREATE TABLE SYS.SYSSQLSERVERTYPE (
	ss_user_type SMALLINT NOT NULL,
	ss_domain_id SMALLINT NOT NULL,
	ss_type_name VARCHAR(30) NOT NULL,
	primary_sa_domain_id SMALLINT NOT NULL,
	primary_sa_user_type SMALLINT NULL,
	PRIMARY KEY ( type_id )
)

This table contains information relating to compatibility with Adaptive Server Enterprise.

ss_user_type Adaptive Server Enterprise user type.

ss_domain_id Adaptive Server Enterprise domain ID.

ss_type_name Adaptive Server Enterprise type name.

primary_sa_domain_id Primary domain ID.

primary_sa_user_type Primary user type.