Stores the last ID used for various types of objects.
Column 
 | 
Datatype 
 | 
Description 
 | 
typename 
 | 
varchar(30) 
 | 
Name of this object type.
For example, “subscriptions,” “objects” 
 | 
objid 
 | 
int 
 | 
Last ID used for this
object type 
 | 
objtype 
 | 
tinyint 
 | 
Object
type:  1 – Subscriptions 
 
2 – Objects 
 
3 – Classes 
 
4 – Users 
 
5 – Functions 
 
6 – Function strings 
 
7 – Error log 
 
 
 
 
- 
 
- 
 
- 
 
Counter used by subscriptions module: 
 
 
- 
 
 
 
 | 
 
 
Indexes
Unique clustered index on (objtype)