We have a mulch-tennant database that uses schemas in SQL Server to separate objects for different tennants, for example if we had two tennants "client_a" and "client_b" then the database structure might look a little like this
Each "client_X" schema is identical.
We want to deploy SSAS for this database - our current approach is to create a single analysis services database for the SQL database and create multiple cubes, one cube for each tennant in our database (so the cubes might be called client_a and client_b), however inspection of the data source view in SSAS indicates that the DSV is tied to specific schema.
Can we re-deploy an existing DSV / Cube definition against a different SQL Server schema (in order to support multi-tennancy against our database), and if so, how?