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

1     create table #temp_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_connection 
LineNumbersp_monitor_connection 
SequenceInLinesp_monitor_connection 
SQLTextsp_monitor_connection 
DisplayStatssp_monitor_connection 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_monitor_connection