Online Access Free 070-452 Practice Test
| Exam Code: | 070-452 |
| Exam Name: | PRO:MS SQL Server 2008, Designing a Business Intelligence |
| Certification Provider: | Microsoft |
| Free Question Number: | 139 |
| Posted: | May 27, 2026 |
You administer a SQL Server 2000 server.
The SQL Server 2000 server hosts a SQL Server 2000 relational data warehouse and a SQL Server 2000
Analysis Services database (OLAP database).
You plan to migrate to a new SQL Server 2008 server in a new untrusted domain. You need to ensure that
both the relational data warehouse and the OLAP database are migrated in the minimum possible time.
What should you do?
You are the administrator of your company network. You use SQL Server 2008 to develop a Business Intelligence (BI) solution. A SQL Server 2008 instance is used by the SQL Server 2008 Integration Services (SSIS) developers as the primary development environment. All the SSIS packages contain data connection managers that use SQL Server authentication to extract data. All the SSIS packages contain data connection managers that use SQL Server authentication to extract data. You intend to use an automated script to perform the package migration from the development environment to a production environment. You must make sure that the packages execute while no error occur in the production environment. So what should you do?
You design a SQL Server 2008 Analysis Services (SSAS) solution. The data source view has tables as shown in the exhibit. (Click the Exhibit button.)
The FactInternetSales measure will be queried frequently based on the city and country of the customer.
You need to design a cube that will provide optimal performance for queries.
Which design should you choose?
You design a Business Intelligence (BI) solution by using SQL Server 2008. You have a SQL Server 2008 Integration Services (SSIS) package that runs against a SQL Server 2008 data source. The package contains an opening Execute SQL task that runs the BEGIN TRANSACTION command. This is followed by a Sequence task that contains additional Execute SQL tasks, each with the FailParentOnFailure property set to TRUE . There are two Execute SQL tasks. The first task is connected to a Success precedence constraint that runs the COMMIT TRANSACTION command. The next task is connected to a Failure precedence constraint that runs the ROLLBACK TRANSACTION command. The package fails but the transaction is not rolled back. You need to ensure that the transaction is successfully rolled back if the package fails. What should you do?
You design a SQL Server 2008 Analysis Services (SSAS) solution. The solution has dimensions named Account and Scenario. The Scenario dimension has the keys numbered 1 and 2 for the members named Actual and Budget, respectively. The Account dimension has the key numbered 40 for the member named Income. You create a key performance indicator (KPI) named Net Income that has the following parameters: KPI Value: ( [Account].[Accounts].&[40], [Scenario].[Scenario].&[1], [Measures].[Amount] ) KPI Goal: ( [Account].[Accounts].&[40], [Scenario].[Scenario].&[2], [Measures].[Amount] ) If the net income is less than 70 percent of the budgeted value, the performance is considered as bad. If the net income is greater than or equal to 90 percent of the budgeted value, the performance is considered as good. You need to calculate the performance at a specific point in time. What should you do?