Multi-tenant application on Windows Azure

Posted by Alexey Zakharov on Stack Overflow See other posts from Stack Overflow or by Alexey Zakharov
Published on 2010-05-20T10:08:58Z Indexed on 2010/05/20 10:10 UTC
Read the original article Hit count: 423

Filed under:
|

Hi guys,

We want to create multitenant application with shared database table structure.

Currently with standard SQL Server we could achieve that with providing TenantID for each table.

Could we achieve the same on Windows Azure, but without TenantIDs?

Best regards, Alexey Zakharov

© Stack Overflow or respective owner

Related posts about Azure

Related posts about sql