nerdexam
Microsoft

70-518 · Question #94

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 C. 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 a Partition Scheme for each tenant.
  • BCreate an Application Role for each tenant.
  • CCreate a Schema for each tenant.
  • DCreate a Synonym for each tenant.

How the community answered

(64 responses)
  • A
    16% (10)
  • B
    9% (6)
  • C
    72% (46)
  • D
    3% (2)

Community Discussion

No community discussion yet for this question.

Full 70-518 Practice