| Database | Table | Application | Created | Links |
| master | syslocks | ![]() | 31 Aug 14 | Joins Schema ColumnUsage Queries Dependencies |
1 create table syslocks(-- 0 Rows, Data: 0 B, Index: 0 B 2 id int not null, 3 dbid smallint not null, 4 page int not null, 5 type smallint not null, 6 spid smallint not null, 7 class varchar(30) null, 8 fid smallint null, 9 context tinyint null, 10 row smallint null, 11 loid int null, 12 partitionid int null, 13 nodeid tinyint null 14 ) 15 16 Grant Select on syslocks to public 17
| JOINS | ||||||||||||||||||
|
| ALIASES USED for master..syslocks | ||
| NO_ALIAS | l | lo |
| 5 | 10 | 1 |
| SCHEMA |
![]() |
| DEPENDENCIES |
| READERS AND WRITERS read by proc sybsystemprocs..sp_monitor_procstack read by proc sybsystemprocs..sp_chgattribute read by proc sybsystemprocs..sp_familylock read by proc sybsystemprocs..sp_lock |