I am trying to write a table to a non-default schema in SQL Server 2017. I am using RStudio\'s documentation as to what the best practice is for doing this: https://db.rstud
DBI 1.1.0 overcomes this issue.
DBI 1.1.0
dbWriteTable(con, SQL("schema.newTbleIris"), iris)