server_xlog

Description

Creates or removes transaction log base objects in the Microsoft SQL Server system resource database. This command is used for first-time initialization of Replication Agent for Microsoft SQL Server and should be run before pdb_xlog init. This command is used for first-time initialization of Replication Agent for Microsoft SQL Server and should be run before pdb_xlog init.

NoteThis command is only for use with Microsoft SQL Server.

Syntax

server_xlog [init | remove] [, force]

Parameters

init

The keyword for creating transaction log base objects in the Microsoft SQL Server system resource database.

remove

The keyword for removing transaction log base objects from the Microsoft SQL Server system resource database.

force

A keyword that refers to the init or remove operation.

Examples

Example 1

server_xlog init

This command creates transaction log base objects in the Microsoft SQL Server system resource database.

Example 2

server_xlog remove, force

This command removes transaction log base objects from the Microsoft SQL Server system resource database.

Usage

See also

pdb_xlog