PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

what should you do to run the packages in a predefined order?

You’re the administrator of your company network. And SQL Server 2008 has been deployed on your computer. Now you use SQL Server 2008 to design a Business Intelligence (BI) solution. Now you design a SQL Server Integration Services (SSIS) solution. The solutions includes 20 packages. So what should you do to run the packages in a predefined order? (Each correct answer presents a complete solution. choose more than one)

what should you do make sure that the parent package can discover the execution state of the child packages?

You’re the administrator of your company network. And SQL Server 2008 has been deployed on your computer. Now you use SQL Server 2008 to design a Business Intelligence (BI) solution. Now you design a SQL Server Integration Services (SSIS) solution. You intend to deploy the projects in the manner below:
A parent package on an instance which is named SSIS1.
Three child packages individually on three instances which are named SSIS2, SSIS3, SSIS4.
So what should you do make sure that the parent package can discover the execution state of the child packages?

What should you do?

You are a database developer. You plan to design a database solution by using SQL Server 2008.
There are two schemas named Sales and Marketing. You are the owner of the Sales schema and the Marketing schema is owned by a user named MarketingUser.
Users of the Marketing schema do not have permissions to access the Sales schema. You have permissions to create objects in all schemas in the database.
The Sales schema has a table named Customers.
You plan to create a storedprocedure in the Marketing schema for the marketing team. The stored procedure will select data from the Customers table and will be owned by MarketingUser.
You need to ensure that the marketing team is able to execute the stored procedure.
What should you do?

which control flow element should you use?

You’re the administrator of your company network. And SQL Server 2008 has been deployed on your computer. Now you use SQL Server 2008 to design a Business Intelligence (BI) solution. You intend to analyze customer interests for the various sections of the Web site. When performing the analysis, you can get the information you need in the log files on the web server. In order to use the information, you want to load the information into a database by designing a SQL Server 2008 Integration Services (SSIS) solution. You have to enumerate the log files that are stored on the Web server. So which control flow element should you use?

What should you do?

You are a database developer. You plan to design a database solution by using SQL Server 2008.
The database contains two tables named Supplier and Product. There is a foreign key constraint between the Supplier and Product tables on the SupplierID column. The Supplier table contains a row that has the SupplierID value as 0. The 0 value indicates that the supplier is deleted.
Certain transactions delete the supplier records from the Supplier table.
You need to ensure that if a supplier is deleted, the SupplierID value in the Product table is set to 0.
What should you do?

What should you do?

You are a database developer. You plan to design a database solution by using SQL Server 2008. The database will store multilingual data.
The database will contain a table that has 100 million rows.
The table will contain 1,000 columns that are based on the nvarchar(max) data type. For each column, only2 percent of th e rows will be populated.
You need to design the table to optimize storage space.
What should you do?