Stores the text of repeating groups for various other tables such as rs_funcstrings.
Column |
Datatype |
Description |
---|---|---|
prsid |
int |
Replication Server where the object is defined |
parentid |
rs_id |
ID of the object this text is for |
texttype |
char(1) |
Type of object this row is for:
|
sequence |
int |
Sequence of the text |
textval |
varchar(255) |
The text |
Unique clustered index on (parentid, texttype, sequence)