rs_helpdb

Description

Provides information about databases that Replication Server knows about.

Syntax

rs_helpdb [data_server, database]

Parameters

data_server

The data server with the database whose information you want to display.

database

The database whose information you want to display.

Examples

Example 1

rs_helpdb
dsname                        dbname                    dbid
 --------------------------- ------------------------- ----
 TOKYO_DS                    TOKYO_RSSD                 101
 SYDNEY_DS                   SYDNEY_RSSD                102
 TOKYO_DS                    pubs2                      105

controlling_prs                  errorclass
 ------------------------------ -------------------------
 TOKYO_RS                        rs_sqlserver_error_class
 SYDNEY_RS                       rs_sqlserver_error_class
 TOKYO_RS                        rs_sqlserver_error_class

funcclass
 ------------------------------
 rs_sqlserver_function_class
 rs_sqlserver_function_class
 rs_sqlserver_function_class

status
 -------------------------------------------------------------------
 Log Transfer is ON, Distribution is ON
 Log Transfer is ON, Distribution is ON
 Log Transfer is ON, Distribution is ON

Usage