| Database | Table | Application | Created | Links |
| master | sysoptions | ![]() | 31 Aug 14 | Joins Schema ColumnUsage Queries Dependencies |
1 create table sysoptions(-- 0 Rows, Data: 0 B, Index: 0 B 2 spid smallint not null, 3 name varchar(100) not null, 4 category varchar(100) not null, 5 currentsetting varchar(100) not null, 6 defaultsetting varchar(100) not null, 7 scope int not null, 8 number int null 9 ) 10 11 Grant Select on sysoptions to public 12
| ALIASES USED for master..sysoptions |
| NO_ALIAS |
| 1 |
| SCHEMA |
![]() |
| COLUMN USAGE | |
| spid | sp_options |
| name | sp_options |
| category | sp_options |
| currentsetting | sp_options |
| defaultsetting | sp_options |
| scope | sp_options |
| number | sp_options |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read by proc sybsystemprocs..sp_options |