Revision 762
Added by bojilova over 23 years ago
src/xmltables-sqlserver.sql | ||
---|---|---|
130 | 130 |
[replicate] [bit] NULL |
131 | 131 |
) ON [PRIMARY] |
132 | 132 |
GO |
133 |
|
|
134 |
set identity_insert xml_replication on |
|
135 |
INSERT INTO xml_replication (serverid, server, replicate) VALUES ('1', 'localhost', '0'); |
|
136 |
set identity_insert xml_replication off |
|
133 | 137 |
|
134 | 138 |
/* |
135 | 139 |
* Revised Documents -- table to store XML documents saved after an UPDATE |
Also available in: Unified diff
added
INSERT INTO xml_replication (serverid, server, replicate) VALUES ('1', 'localhost', '0');
which was missing