You install a SQL Server 2012 database engine instance on a production server. A month
later, you install SQL Server 2012 Integration Services (SSIS).
You must develop an SSIS project and deploy it to the server by using the Project
Deployment model.
Operations log records that are outside the configured retention period must be cleaned
automatically.
You need to create the SSIS catalog on the production server and ensure that the
operations log cleaning requirement is met.
What should you do? (Each correct answer presents part of the solution. Choose all that
apply.)
A.
Enable CLR Integration.
B.
Enable FILESTREAM with Full Access.
C.
Enable the Resource Governor.
D.
Change the recovery mode of the msdb database to FULL.
E.
Change the Server-wide Default Logging Level in SSISDB to Verbose.
F.
Start the SQL Server Browser service.
G.
Start the SQL Server Agent service.
AG
The answer is AG.
The recovery model of msdb database has nothing to do here, and it’s never necessary to change it!!
AG
A and G is right option.
A & G
A & G are the correct options. MSDB has nothing to do with project deployment model.