Our sql server has GP databases, CRM and other apps on it. I have an ODBC connection setup, using nt authentication. My network login is an administrator, so I automatically inherit the dbo permissions and have access to all dbs and full rights.
When I connect to any other application's databases, I can see all tables, views and sps. However, when I select any of the GP company databases (the DYNAMICS db itself is fine), I can only see stored procedures (ie the table and view is not even listed). I have verified that they are all owned by the same (DYNSA). I even tried changing them to sa owned. This is the same sql server, same ODBC connection, same login.
When I connect to a GP company database say with excel using the same ODBC, I can open the tables and view fine. THis issue seeems to only be with Dynamics and Crystal.
Is there something in these GP databases that is preventing connection to the tables and views via a trusted connection?
When I connect to any other application's databases, I can see all tables, views and sps. However, when I select any of the GP company databases (the DYNAMICS db itself is fine), I can only see stored procedures (ie the table and view is not even listed). I have verified that they are all owned by the same (DYNSA). I even tried changing them to sa owned. This is the same sql server, same ODBC connection, same login.
When I connect to a GP company database say with excel using the same ODBC, I can open the tables and view fine. THis issue seeems to only be with Dynamics and Crystal.
Is there something in these GP databases that is preventing connection to the tables and views via a trusted connection?