Skip to content

Commit

Permalink
intro edit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilsonsco committed Sep 24, 2024
1 parent 627060d commit b7399be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/why_use.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ knitr::opts_chunk$set(
The `RtoSQLServer` package relies on [`DBI`](https://dbi.r-dbi.org/) and [`odbc`](https://github.com/r-dbi/odbc) packages for its database functionality, however you should consider using it instead of `DBI` or `odbc` for the following reasons:

## Importing large dataframes
A key benefit of the package is to ensure the data loading process is more robust than using `DBI` / `odbc` packages alone.
A key benefit of the package is to ensure the data loading process is more robust than using `DBI` and `odbc` packages alone.

When loading large dataframes from R into MS SQL Server using `DBI` it was found that the loading process can hang and never complete.

Expand Down

0 comments on commit b7399be

Please sign in to comment.