| Database | Table | Application | Created | Links |
| master | monProcessSQLText | ![]() | 31 Aug 14 | Joins Schema ColumnUsage Queries Dependencies |
1 create table monProcessSQLText(-- 0 Rows, Data: 2 KB, Index: 0 B 2 SPID int not null, 3 InstanceID tinyint not null, 4 KPID int not null, 5 ServerUserID int not null, 6 BatchID int not null, 7 LineNumber int not null, 8 SequenceInLine int not null, 9 SQLText varchar(255) null 10 ) 11 12 Grant Select on monProcessSQLText to mon_role 13
| ALIASES USED for master..monProcessSQLText |
| NO_ALIAS |
| 2 |
| SCHEMA |
![]() |
| COLUMN USAGE | |
| SPID | sp_monitor_connection sp_monitor_statement |
| InstanceID | sp_monitor_connection sp_monitor_statement |
| KPID | sp_monitor_connection sp_monitor_statement |
| ServerUserID | sp_monitor_connection sp_monitor_statement |
| BatchID | sp_monitor_connection sp_monitor_statement |
| LineNumber | sp_monitor_connection sp_monitor_statement |
| SequenceInLine | sp_monitor_connection sp_monitor_statement |
| SQLText | sp_monitor_connection sp_monitor_statement |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read by proc sybsystemprocs..sp_monitor_statement read by proc sybsystemprocs..sp_monitor_connection |