library(RODBC)
con <- odbcConnect("impetro64")
sqlTables(con, tableType = "TABLE")$TABLE_NAME
odbcClose(con)
## FROM https://rstudio-pubs-static.s3.amazonaws.com/979467_5254650961d74fd5b174100c3d5775ea.html
library(RODBC)
con <- odbcConnect("impetro64")
sqlTables(con, tableType = "TABLE")$TABLE_NAME
odbcClose(con)
## FROM https://rstudio-pubs-static.s3.amazonaws.com/979467_5254650961d74fd5b174100c3d5775ea.html