Which control flow logic should you implement?
You design a SQL Server 2008 Integration Services (SSIS) package. The package extracts data from flat files and loads this data to a SQLServer 2008 database.
The package contains two Boolean variables named @IsWeekday and @IsHoliday.
When the package is executed on week days, the @IsWeekday variable is set to True.
When the package is executed onholidays, the @IsHoliday variable is set toTrue.
You need to implement the following business logic in the control flow of the package:
– When the @IsWeekday variable is set to True, the PerformWeekday Processing Data Flow task is executed.
– When the @IsWeekday variable is set to False, thePerformWeekend Processing Data Flow task is executed.
– When the @IsHoliday variable is set toTrue, the Perform Holiday Processing Data Flow task is executed.
Which control flow logic should you implement? (Exhibit)
What should you do to make sure that within a single transaction?
You are a database developer and you have about two years experience in creating business intelligence (BI) solutions by using SQL Server2008.
Now you are employed in a company which is named NaproStar and work as a developer of a SQL Server 2008 Integration Services (SSIS) package for the company.
The package not only uses a Data Flow task to import the contents of the files to a table, but also uses a ForEach Loop container to process multiple files.
Besides, it uses an Execute SQL task to log the results of the status into a table. Now you are assigned a task to make sure that within a single transaction, both of a Data Flow task and a ForEach Loop container task are executed successfully, but the Execute SQL task fails to execute.
What should you do to achieve this goal? (Each correct answer presents part of the solution. Choose two.)
you are asked to not only make sure you have all aggregations, but also make sure the queries .What action sho
You are a database developer and you have about two years experience in creating business intelligence (BI) solutions by using SQL Server2008.
Now you are employed in a company which is named NaproStar and work as the technical support for the company which uses SQL Server2008.
To meet the business development, you create a SQL Server 2008 Analysis Server (SSAS) solution with a measure group contained.
The measure group named Meatruth has a single partition. Now you are asked to not only make sure you have all aggregations that are part of the measure group stored in a multidimensional format, but also make sure the queries that use the measure group always refer to the newest edition of the source detail data. So what action should you perform to achieve that goal?
What action should be performed to accomplish this task?
You are a database developer and you have about two years experience in creating business Intelligence (BI) by using SQL Server2008.
Now you are employed in a company named NaproStar which uses SQL Server2008. You work as the technical support.
There is a SQL Server 2008 instance. Now you are in charge of SQL Server 2008 Integration Services (SSIS) on this instance.
Now you get an order from your company, according to the company requirement, a failure recovery plan has to be created for packages that are deployed to a SQL Server.
As the IT support, you have to accomplish this task. So what action should be performed?
What should you do to make sure of this?
You are a database developer and you have about two years experience in creating business Intelligence (BI) by using SQL Server2008.
Now you are employed in a company named NaproStar which uses SQL Server2008. You work as the technical support.
According to the requirement of the company CIO, you develop a report by using SQL Server 2008 Reporting Services (SSRS).
The report utilizes the "User!UserID" expression in a text box within the report header.
Now you get a requirement from your company Manager, data-driven subscriptions must successfully execute for this report.
So what should you do to make sure of this?
What action should you perform to do that a new subscription should be created on the report server?
You are a database developer and you have about two years experience in creating business intelligence (BI) solutions by using SQL Server2008.
You are employed in a company which is named NaproStar and work as the technical support for the company which uses SQL Server2008 Reporting Services (SSRS).
Now you are using SSRS to create a report and you attempt to have the report deployed on a report server.
In order to have the report delivered to a dynamic list of subscribers regularly, a new subscription should be created on the report server.
What action should you perform to achieve this goal?
What action should be performed to satisfy these requirements?
You are a database developer and you have about two years experience in creating business Intelligence (BI) by using SQL Server2008.
Now you are employed in a company named NaproStar which uses SQL Server2008. You work as the technical support. Now you receive an e-mail from your company CIO, in the e-mail, the CIO assigns a task to you.
According to his requirement, you have to use SQL Server 2008 Reporting Services (SSRS) to design a report.
Each time the users render the report, detail information is displayed.
According to the requirement of the CIO, Summary information must be displayed when the report is initially rendered.
Besides this, only when the users click a column header, detail information is displayed. You must satisfy these requirements.
So what action should be performed?
What action should be performed to make sure that the query executes successfully?
You are a database developer and you have about two years experience in creating business Intelligence (BI) by using SQL Server2008.
Now you are employed in a company named NaproStar which uses SQL Server2008. You work as the technical support.
According to the company requirement of the company CIO, you develop a SQL Server 2008 Reporting Services (SSRS) report.
You use a Multidimensional Expressions (MDX) query in the report. The query contains a parameter to display sales data for various product categories.
You write the following query.
SELECT NON EMPTY {[Measures].[Reseller Sales-Order Quantity] } ON COLUMNS, NON EMPTY
{([Date].[Calendar Year].[Calendar Year].ALLMEMBERS * [Product].[Category].[Category].ALLMEMBERS ) }
ON CHAPTERS FROM
(SELECT (STRTOSET(@ProductCategory,CONSTRAINED))
ON COLUMNS FROM [Adventure Works Cube])
You notice that when the query is executed, an error occurs. You must make sure that the query executes successfully. So what action should be performed?
What action should be performed to solve this problem?
You are a database developer and you have about two years experience in creating business Intelligence (BI) by using SQL Server2008.
Now you are employed in a company named NaproStar which uses SQL Server2008. You work as the technical support.
Now you receive an e-mail from your company CIO, in the e-mail, the CIO assigns a task to you.
According to his requirement, a SQL Server 2008 Reporting Services (SSRS) report should be created.
You use SQL Server 2008 Reporting Services (SSRS) to create a report. The report has a report header and a report footer.
The report is correctly rendered. You notice that even-numbered pages are rendered blank when the report is rendered as a PDF file.
You have to solve this problem. The report has to be modified to prevent the rendering of blank pages. What action should be performed?
What should you do to make sure that member properties and extended properties are displayed by the report?
You are a database developer and you have about two years experience in creating business Intelligence (BI) by using SQL Server2008.
Now you are employed in a company named NaproStar which uses SQL Server2008. You work as the technical support.
Now you receive an e-mail from your company CIO, in the e-mail, the CIO assigns a task to you.
You use SQL Server 2008 Reporting Services (SSRS) to create a project.
Data from a SQL Server 2005 Analysis Services database will be displayed by the report.
According to the requirement of the company CIO, you must make sure that member properties and extended properties are displayed by the report.
So what should you do?