DatabaseTableApplicationCreatedLinks
tempdb#tmp_P_SQLText_crby_sybsystemprocs__sp_monitor_statement  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table #tmp_P_SQLText(-- 0 Rows, Data: 0 B, 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) not null,
10        DisplayStats int not null
11    )
12    
COLUMN USAGE
SPIDsp_monitor_statement 
LineNumbersp_monitor_statement 
SequenceInLinesp_monitor_statement 
SQLTextsp_monitor_statement 
DisplayStatssp_monitor_statement 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_monitor_statement