Skip to Content
0
Aug 10, 2016 at 11:15 PM

UNX built on SQL Server only sees dbo objects?

43 Views

I'm trying to build a universe on a SQL Server database that has several different prefixes on the tables and views, like common, customer, and dbo. When I connect to the database through the IDT (4.2 SP2) I only see the dbo.tables and views. Tried changing the role of the user which was used to make the connection, but that had no effect.

Does anyone know if this is the intended behavior or have a good workaround? So far, the best I can do is have the DBA create views in the dbo schema, but that has its limits.