Skip to content

Replication Distributor fix (SQL2014) #1

Description

@ghkamfung

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

)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions