nerdexam
Microsoft

70-448 · Question #216

You are responsible for the SQL Server 2008 Integration Services (SSIS) instance at your organization. This instance uses SQL Server Authentication. Other developers develop, configure, and deploy…

The correct answer is C. dtutil SQL DailyLoad /USERNAME xyz /OSERPASSWORD xxxxxx /EXISTS. See the full explanation below for the reasoning.

Question

You are responsible for the SQL Server 2008 Integration Services (SSIS) instance at your organization. This instance uses SQL Server Authentication. Other developers develop, configure, and deploy packages to the MSDB database. You need to determine whether a package named "DailyLoad" exists in the MSDB database on the local instance of SQL Server. What is the correct dtutil command syntax?

Options

  • Adtutil /FILE W:/DailyLoad.dtsx /EXISTS
  • Bdtutil /SQL DailyLoad /EXISTS
  • Cdtutil SQL DailyLoad /USERNAME xyz /OSERPASSWORD xxxxxx /EXISTS
  • Ddtutil /DTS DailyLoad.dtsx /MOVE SQL; destPackage

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    8% (2)
  • C
    83% (20)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 70-448 Practice