Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: Offline OLAP from Excel - does not work

    The issue was resolved by closing the connected Excel file, creating a new Excel workbook, connecting to the cube, and only then trying to create the offline cube. Thanks.

  • RE: Multi Tenancy Key Design

    FK: Triggers are somewhat evil by nature (sorry for strong words). Your modify_user is set by your application, not by user input. Hopefully, you are using stored procedures. Then...

  • RE: Multi Tenancy Key Design

    I'll try to be brief.

    Don't think of it as "90 tables per tenant'. Think "one schema per tenant". All tenants have SAME schema. Their data sets do not intersect in...

  • RE: Multi Tenancy Key Design

    The solution depends on the details of your business requirements. If the number of tenants is not large, one path is to create a new schema for each new tenant....

Viewing 4 posts - 1 through 5 (of 5 total)