Need to add column to this section.
/* Replication Distributor */
CREATE TABLE #REPLINFO (
distributor NVARCHAR(128) NULL,
[distribution database] NVARCHAR(128) NULL,
directory NVARCHAR(500),
account NVARCHAR(200),
[min distrib retention] INT,
[max distrib retention] INT,
[history retention] INT,
[history cleanup agent] NVARCHAR(500),
[distribution cleanup agent] NVARCHAR(500),
[rpc server name] NVARCHAR(200),
[rpc login name] NVARCHAR(200),
publisher_type NVARCHAR(200),
[delete batch size xact] int,
[delete batch size cmd] int
)
Need to add column to this section.
/* Replication Distributor */
CREATE TABLE #REPLINFO (
distributor NVARCHAR(128) NULL,
[distribution database] NVARCHAR(128) NULL,
directory NVARCHAR(500),
account NVARCHAR(200),
[min distrib retention] INT,
[max distrib retention] INT,
[history retention] INT,
[history cleanup agent] NVARCHAR(500),
[distribution cleanup agent] NVARCHAR(500),
[rpc server name] NVARCHAR(200),
[rpc login name] NVARCHAR(200),
publisher_type NVARCHAR(200),
[delete batch size xact] int,
[delete batch size cmd] int
)