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.