Microsoft
70-518 · Question #171
You are designing a multi-tenant Windows Presentation Foundation (WPF) application that will connect to a Microsoft SQL Server 2008 database. The WPF application will change the structure of…
The correct answer is D. Create a Schema for each tenant. See the full explanation below for the reasoning.
Question
You are designing a multi-tenant Windows Presentation Foundation (WPF) application that will connect to a Microsoft SQL Server 2008 database. The WPF application will change the structure of database tables and views at runtime based on the tenant's configuration. The WPF application must meet the following requirements:
- Keep each tenant's data separate.
- Allow changes to the structure of the tables and views for each
tenant without interfering with other tenants' data. You need to recommend an approach for managing the database structure. What should you recommend?
Options
- ACreate an Application Role for each tenant.
- BCreate a Partition Scheme for each tenant.
- CCreate a Synonym for each tenant.
- DCreate a Schema for each tenant.
How the community answered
(27 responses)- A15% (4)
- B4% (1)
- C7% (2)
- D74% (20)
Community Discussion
No community discussion yet for this question.