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

1     create table #procstats(-- 0 Rows, Data: 0 B, Index: 0 B
2         ProcName varchar(30) not null,
3         DBName varchar(30) not null,
4         SPID int not null,
5         DBID int not null,
6         ProcedureID int not null,
7         BatchID int not null,
8         CpuTime float not null,
9         WaitTime float not null,
10        PhysicalReads float not null,
11        LogicalReads float not null,
12        PacketsSent float not null,
13        StartTime datetime not null,
14        EndTime datetime not null,
15        ElapsedTime int not null
16    )
17    
COLUMN USAGE
ProcNamesp_monitor_procedure 
DBNamesp_monitor_procedure 
SPIDsp_monitor_procedure 
DBIDsp_monitor_procedure 
ProcedureIDsp_monitor_procedure 
BatchIDsp_monitor_procedure 
CpuTimesp_monitor_procedure 
WaitTimesp_monitor_procedure 
PhysicalReadssp_monitor_procedure 
LogicalReadssp_monitor_procedure 
PacketsSentsp_monitor_procedure 
StartTimesp_monitor_procedure 
EndTimesp_monitor_procedure 
ElapsedTimesp_monitor_procedure 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_monitor_procedure