I want to get a list of all the objects on my SQL-Server using R.
I use this code below to import the object "store", but now I want a list with all objects in order to document it...
Butik <- sqlQuery(db_conn, "SELECT * FROM dbo.store")
I want to get a list of all the objects on my SQL-Server using R.
I use this code below to import the object "store", but now I want a list with all objects in order to document it...
Butik <- sqlQuery(db_conn, "SELECT * FROM dbo.store")