udf_CompareSourceTarget: Compare a list of tables on source server and target server

Description Usage Arguments Value

View source: R/tblcompare.R

Description

Takes in source server, target server, database and procedure, and return information on updated tables, new tables, missing tables and identical tables

Usage

1
udf_CompareSourceTarget(source_server, target_server, db, proc)

Arguments

source_server

Name of source SQL Server Instance

target_server

Name of target SQL Server Instance

db

Name of database

proc

Name of stored procedure

Value

a list contains updated tables, new tables, missing tables and identical tables


JW3148/dbcompare documentation built on May 18, 2019, 8:07 p.m.