data table is hidden in SQL server

I connect SQL server from R. I open database but all data table are not shown. Accessibility is not problem, since I have permission to access this database.
I write following code:

con <- odbc::dbConnect(odbc::odbc(), Driver = "SQL Server", Server = "myserver", 
                       Database = "mydatabase", Trusted_Connection = "True") 

what may be problem and how to solve it?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.