You are developing a stored procedure named
Community.usp_ScoreInsertMultiple. This stored procedure will be used to write the scores of one or more
players for one or more games to a database table named Community.MemberGameScores. One row should
be inserted for each player/game combination. You need to accomplish this goal in a single call to the
database. What should you do?
You are designing a stored procedure in the Community schema that will retrieve data from tables in the
Community schema and in the Financial schema. You know that at least one query against the Financial
schema will need to use dynamic SQL. You need to use only the minimum permissions that are required by the
applications user to execute this stored procedure. Which permission or permissions should you use? (Choose
all that apply.)
You are developing the SQL Server Integration Services (SSIS) package that will load the data warehouse
server for the gaming community. You need to ensure that in the event of a package failure, the remaining load
time is as short as possible when restarting the package. You must also ensure that no duplicate data is
loaded. Which action or actions should you perform? (Choose all that apply.)
When the community is in production, sales representatives will need to generate the gaming community usage
report. The report was designed by using SSRS, and it uses both query and filter parameters. You need to
minimize response time when the representatives browse this report, and you need to minimize the impact on
the overall performance of the production servers. What should you do?
You are developing the SQL Server Integration Services (SSIS) package that will load the data warehouse
server for the gaming community. You need to ensure that in the event of a package failure, the remaining load
time is as short as possible when restarting the package. You must also ensure that no duplicate data is
loaded. Which action or actions should you perform? (Choose all that apply.)