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

1     create table #temp_P_Activity(-- 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         CPUTime int not null,
7         WaitTime int not null,
8         PhysicalReads int not null,
9         LogicalReads int not null,
10        PagesRead int not null,
11        PhysicalWrites int not null,
12        PagesWritten int not null,
13        MemUsageKB int not null,
14        LocksHeld int not null,
15        TableAccesses int not null,
16        IndexAccesses int not null,
17        TempDbObjects int not null,
18        WorkTables int not null,
19        ULCBytesWritten int not null,
20        ULCFlushes int not null,
21        ULCFlushFull int not null,
22        ULCMaxUsage int not null,
23        ULCCurrentUsage int not null,
24        Transactions int not null,
25        Commits int not null,
26        Rollbacks int not null,
27        HeapMemoryInUseKB int not null,
28        HeapMemoryUsedHWM_KB int not null,
29        HeapMemoryReservedKB int not null,
30        HeapMemoryAllocs int not null,
31        Application varchar(30) not null,
32        HostName varchar(30) not null,
33        ClientName varchar(30) not null,
34        ClientHostName varchar(30) not null,
35        ClientApplName varchar(30) not null
36    )
37    
COLUMN USAGE
SPIDsp_monitor_connection 
CPUTimesp_monitor_connection 
WaitTimesp_monitor_connection 
PhysicalReadssp_monitor_connection 
LocksHeldsp_monitor_connection 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_monitor_connection