What should you do?

You are writing a SQL Server Integration Services (SSIS) package that transfers data from a legacy system. Data integrity in the legacy system is very poor. Invalid rows are discarded by the package but must be logged to a CSV file for auditing purposes. You need to establish the best...

October 22, 2018 No Comments READ MORE +

Which page of the Lookup Transformation Editor should you select to configure the query?

HOTSPOT You are developing a data flow to load sales data into a fact table. In the data flow, you configure a Lookup Transformation in full cache mode to look up the product data for the sale. The lookup source for the product data is contained in two tables. You...

October 20, 2018 No Comments READ MORE +

Which four actions should you perform in sequence by using SQL Server Management Studio?

DRAG DROP You develop a SQL Server Integration Services (SSIS) project by using the Project Deployment model. The project contains many packages. It is deployed on a server named Development!. The project will be deployed to several servers that run SQL Server 2012. The project accepts one required parameter. The...

October 19, 2018 No Comments READ MORE +

Which transformation types should you use?

You are creating a SQL Server Integration Services (SSIS) package to retrieve product data from two different sources. One source is hosted in a SQL Azure database. Each source contains products for different distributors. Products for each distributor source must be combined for insertion into a single product table destination....

October 18, 2018 No Comments READ MORE +

Which Surface Area Configuration property should you enable?

You are maintaining a Data Quality Services (DQS) environment. The production server failed and a new server has been set up. The DQS databases are restored to a new server. All the appropriate permissions are granted. DQS users are experiencing issues connecting to the new Data Quality Server. You need...

October 17, 2018 No Comments READ MORE +

How should you design the control flow for the package?

DRAG DROP You are designing a SQL Server Integration Services (SSIS) package. The package moves order-related data to a staging table named Order. Every night the staging data is truncated and then all the recent orders from the online store database are inserted into the staging table. Your package must...

October 14, 2018 No Comments READ MORE +

Which three actions should you perform in sequence?

DRAG DROP A SQL Server Integration Services (SSIS) package named DataFeed interacts with an external vendor data feed. The package is executed several times a day, either as part of other packages' control flow or by itself. The external data feed is unreliable because network failures and slow response times...

October 14, 2018 No Comments READ MORE +

What should you do?

You are the data steward for a Business Intelligence project. You must identify duplicate rows stored in a SQL Server table and output discoveries to a CSV file. A Data Quality Services (DQS) knowledge base has been created to support this project. You need to produce the CSV file with...

October 13, 2018 No Comments READ MORE +

What should you do?

You develop a SQL Server Integration Services (SSIS) package that imports SQL Azure data into a data warehouse every night. The SQL Azure data contains many misspellings and variations of abbreviations. To import the data, a developer used the Fuzzy Lookup transformation to choose the closest-matching string from a reference...

October 10, 2018 No Comments READ MORE +

Which package configuration should you use?

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....

October 9, 2018 No Comments READ MORE +