udf_GetColumns: Get all columns for a given table

Description Usage Arguments Value

View source: R/tblcompare.R

Description

Takes in name of a table, database and the instance of a SQL Server, and return the columns of the table

Usage

1
udf_GetColumns(server, db, tbl)

Arguments

server

Name of SQL Server Instance

db

Name of database

tbl

Name of table

Value

a vector contains columns of the table


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