Q1. You are developing a SQL Server Integration Services (SSIS) package that imports data into a data warehouse hosted on SQL Azure. The package uses a Foreach container to process text files found in a folder. The package must be deployed to a single server by using the Project Deployment model. Multiple SQL Server Agent jobs call the package. Each job is…
Q1. You are adding a new capability to several dozen SQL Server Integration Services (SSIS) packages. The new capability is not available as an SSIS task. Each package must be extended with the same new capability. You need to add the new capability to all the packages without copying the code between packages. What should you do? A. Use the Expression task. B. Use the…
Q1. You are developing a SQL Server Integration Services (SSIS) package that imports unsorted data into a data warehouse hosted on SQL Azure. You have the following requirements: . A destination table must contain all of the data in two source tables. . Duplicate records must be inserted into the destination table. You need to develop a data flow that imports the data while…
Q1. You are designing a SQL Server Integration Services (SS1S) package that uploads a file to a table named Orders in a SQL Azure database. The company's auditing policies have the following requirements: . An entry must be written to a dedicated SQL Server log table named OrderLog. . The entry must be written as soon as the file upload task completes. You need…
Q1. You are creating a SQL Server Integration Services (SSIS) package that implements a Type 3 Slowly Changing Dimension (SCD). You need to add a task or component to the package that allows you to implement the SCD logic. What should you use? A. a Script component B. an SCD component C. an Aggregate component D. a Merge component View AnswerAnswer: D Q2. You are the administrator of…
Q1. You are designing a data warehouse for a fresh food distribution business that stores sates by individual product. It stores sales targets by product category. Products are classified into subcategories and categories. Each product is included in only a single product subcategory, and each subcategory is included in only a single category. The data warehouse will be a data source for…
Q1. You develop and deploy a SQL Server Integration Services (SSIS) package. The package is stored in the file system. You need to execute the package without importing it to the SSIS server. What should you use to execute the package? (Each correct answer presents a complete solution. Choose all that apply.) A. catalog.start_package B. dtexec C. SQL Server Management Studio D. SQL Server Agent View AnswerAnswer: B,D Q2.…
Q1. You are completing the installation of the Data Quality Server component of SQL Server Data Quality Services (DQS). You need to complete the post-installation configuration. What should you do? A. Run the Data Quality Server Installer. B. Install the data providers that are used for data refresh. C. Run the dbimpexp.exe command. D. Install the Analysis Services OLE DB Provider. View AnswerAnswer: B Q2. You administer a…
Q1. You are designing a fact table in a SQL Server database. The fact table must meet the following requirements: Include a columnstore index. Allow users to choose up to 10 dimension tables and up to five facts at one time. Maximize performance of queries that aggregate measures by using any of the 10 dimensions. Support billions of rows. Use the most efficient design strategy. You need to…
Q1. You are using a SQL Server Integration Services (SSIS) project that is stored in the SSIS catalog. An Environment has been defined in the SSIS catalog. You need to add the Environment to the project. Which stored procedure should you use? A. catalog.set_environment_reference_type B. catalog.set_environment_property C. catalog.create_environment_reference D. catalog.create_environment View AnswerAnswer: C Q2. You are developing a SQL Server Integration Services (SSIS) project by using the Project…
Q1. You are completing the installation of the Data Quality Server component of SQL Server Data Quality Services (DQS). You need to complete the post-installation configuration. What should you do? A. Run the Data Quality Server Installer. B. Install the data providers that are used for data refresh. C. Run the dbimpexp.exe command. D. Install the Analysis Services OLE DB Provider. View AnswerAnswer: B Q2. You are developing…
Q1. You are designing a SQL Server Integration Services (SSIS) package to execute 12 Transact-SQL (T-SQL) statements on a SQL Azure database. The T-SQL statements may be executed in any order. The T-SQL statements have unpredictable execution times. You have the following requirements: . The package must maximize parallel processing of the T-SQL statements. . After all the T-SQL statements have completed, a…
Q1. You are developing a SQL Server Integration Services (SSIS) package. The package uses a data flow task to source data from a SQL Server database for loading into a dimension table in a data warehouse. You need to create a separate data flow path for data that has been modified since it was last processed. Which data flow components should you use…
Q1. You administer a Microsoft SQL Server 2012 database. The database contains a table that has the following definition: You want to export data from the table to a flat file by using the SQL Server Import and Export Wizard. You need to ensure that the following requirements are met: The first row of the file contains the first row of data. Each record…
Q1. You are developing a SQL Server Integration Services (SSIS) package that is ready for deployment to a production server. The package contains sensitive information secured by using the EncryptSensitiveWithUserKey package protection level. You are preparing the package for deployment by the production operations team. You need to ensure that the production operations team can open and execute the package without re-entering…
Q1. You are developing a SQL Server Integration Services (SSIS) package to load data into a data warehouse. You need to establish the correct order for loading each table to maximize parallel processing. Which order should you use? A. 1. DimCurrency, DimScenario, DimAccount in parallel 2. DimOrganization 3. FactFinance B. 1. DimCurrency, DimOrganization in parallel 2. DimScenario, DimAccount in parallel 3. FactFinance C. 1. DimCurrency, FactFinance in parallel 2. DimOrganization,…
Q1. You are creating a SQL Server Master Data Services (MDS) model. This model is used to store a master list of products. An attribute must be added to the Product entity to define the sales manager responsible for each product. You need to create an attribute in the Product entity that prevents users from entering invalid sales manager values. Which type of…
Q1. You are developing a SQL Server Integration Services (SSIS) package to load data into a data warehouse. The package consists of several data flow tasks. The package experiences intermittent errors in the data flow tasks. If any data flow task fails, all package error information must be captured and written to a SQL Server table by using an OLE DB connection…
Q1. You are developing a SQL Server Integration Services (SSIS) package to load data into a data warehouse. You need to establish the correct order for loading each table to maximize parallel processing. Which order should you use? A. 1. DimCurrency, DimScenario, DimAccount in parallel 2. DimOrganization 3. FactFinance B. 1. DimCurrency, DimOrganization in parallel 2. DimScenario, DimAccount in parallel 3. FactFinance C. 1. DimCurrency, FactFinance in parallel 2. DimOrganization,…