## Not run:con <- odbcConnect("myDatabase")dbOverview(con)dbOverview(con, dim=FALSE, peek=FALSE)## End(Not run)
See Also
sqlQuery is the underlying function used to query sys.tables, sys.indexes, sys.partitions, sys.allocation_units, and sys.schemas.
dbOverview shows the dimensions of tables/views and the first column names, and dbTime shows the time when tables/views were created and last modified.
object.size is the base function to return the storage size of objects inside the R workspace.