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 A field describing the Adaptive Server Enterprise user type.
ss_domain_id A field describing the Adaptive Server Enterprise domain ID.
ss_type_name Contains the Adaptive Server Enterprise type name.
primary_sa_domain_id A field containing the primary domain id.
primary_sa_user_type A field containing the primary user type.