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:
S – input template for function
string
O – output template for function string
C – command from a logged transaction in
the exceptions log
P – Replication Server profile
|
sequence
|
int
|
Sequence of the text
|
textval
|
varchar(255)
|
The text
|
Indexes
Unique clustered index on (parentid, texttype, sequence)