1.
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?
2.
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.)
3.
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.)
4.
You need to design the deletion of characters to comply with the application requirements. What should you do?
5.
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?
6.
You need to design a strategy for modifying database objects that will fulfill the business requirements. What should you do?
7.
You need to design database performance monitoring to fulfill the business and technical requirements. What should you do?
8.
You are designing the function that will be used to verify whether a members character in game can be deleted. What should you do?
9.
You need to design the storage of character information as specified in the business and technical requirements. What should you do?
10.
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.)