| Database | Table | Application | Created | Links |
| tempdb | #syslogsinfo_ndby_sybsystemprocs__sp_spaceusage_tranlog_init | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #syslogsinfo(-- 0 Rows, Data: 0 B, Index: 0 B 2 VersionNum int not null, 3 ESDNum int not null, 4 EBFNum int not null, 5 ArchiveDateTime datetime not null, 6 ServerName varchar(255) null, 7 MaxPageSize int not null, 8 DBName varchar(30) not null, 9 OwnerName varchar(30) not null, 10 TableName varchar(255) not null, 11 Id int not null, 12 NumRows int null, 13 IsMLD bit not null, 14 IsLogFull bit not null, 15 LCTPageCount int null, 16 TotalPageCount int null, 17 RsvdPageCount int null, 18 CLRPageCount int null, 19 UsedPageCount int null, 20 FreePageCount int null, 21 PctFreePages decimal(5, 2) null, 22 PctUsedPages decimal(5, 2) null, 23 LCTPages float null, 24 TotalPages float null, 25 RsvdPages float null, 26 CLRPages float null, 27 UsedPages float null, 28 FreePages float null 29 ) 30
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_spaceusage_tranlog_init called by proc sybsystemprocs..sp_spaceusage_tranlog called by proc sybsystemprocs..sp_spaceusage |