CREATE VIEW SYS.SYSCAPABILITIES AS SELECT t1.capid,srvid,capname,capvalue FROM SYS.SYSCAPABILITY as t1 JOIN SYS.SYSCAPABILITYNAME as t2 ON t1.capid = t2.capid
Presents the data from the system tables SYSCAPABILITY and SYSCAPABILITYNAME in a more readable format.