MSSQL-package

Tools to Work with Microsoft SQL Server Databases via RODBC

Tools to Work with Microsoft SQL Server Databases via RODBC

Tools that extend the functionality of the RODBC package to work with Microsoft SQL Server databases. Makes it easier to browse the database and examine individual tables and views. package

Details

Browse database:

dbOverviewDimensions and column names
dbStorageStorage size
dbTimeTime created and modified

Browse table:

tableDimDimensions
tableHeadFirst rows
tableNcolNumber of columns
tableNrowNumber of rows
tableOverviewData types and dimensions

Helper functions:

tableQuoteQuote table name

Note

browseVignettes() shows a vignette with implementation notes.

See Also

This package complements the RODBC package and does not replace the standard query methods.

For example, the user may find dbOverview and tableOverview more convenient than the underlying sqlTables and sqlColumns, but to query the database sqlQuery or sqlFetch are still used in the normal way.

Author(s)

Arni Magnusson.