PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which is the correct answer?

You are managing a SQL Server 2008 Analysis Services (SSAS) database for
Company.com.
Among the cubes, you are developing a new measure group.
You own a program which keeps partitions on the production copy of the cube.
You should make sure that you could get the cube definition on the production server when
you should not overwrite any existed partitions.
Which is the correct answer?

You need to limit the amount of data that is displayed on the report without affecting any other applications

You are developing a SQL Server 2008 Reporting Services (SSRS) report for
Company.com.
The source of the SSRS report data is a Transact-SQL stored procedure.
The procedure does not have any input parameters and returns all records in a set of tables.
Three other applications that run on Microsoft SQL Server also use the stored procedure.
You need to limit the amount of data that is displayed on the report without affecting any
other
applications that use the stored procedure.
What should you do?

Which action will you perform?

You are a professional level SQL Sever 2008 Database Administrator. New SQL Server

2008 Integration Services (SSIS) packages will be deployed, and the packages are created
by the SQL Server Import and Export Wizard. The packages will utilize stored user names
and passwords to connect to external data sources. Since you are the technical support of
your company, you are required to confirm that unauthorized users can not get access to
the user names and passwords. Which action will you perform?

Which is the correct answer?

You are managing a SQL Server Analysis Services (SSAS) database which is set through
utilizing security roles and operated through a Microsoft ASP.NET application which does
not located in local computer for Company.com.
You should utilize Windows Authentication for the application.
Not only you should make sure that the application users access the SSASdatabase
normally but also you should make sure that roles’ security restrictions are permitted.
Which is the correct answer?

You need to ensure that when you restore a database on either server, the two databases are restored to a stat

You are a database developer. You develop solutions by using SQL Server 2008 in an
enterprise environment. You are creating a SQL Agent job that uses Transact-SQL to
update data in two related databases on two different servers. You have the following
requirements: ·The job can only execute once each evening. ·The databases on each

server use the full-recovery model. ·Transaction log backups for the two databases occur at
different times. ·The job uses transactions to ensure that in the event of an error, all updates
are rolled back. You need to ensure that when you restore a database on either server, the
two databases are restored to a state that reflects the last time the job successfully
executed. What should you do?

You need to ensure that the following requirements are met…

You are a database developer. You develop solutions by using SQL Server 2008 in an
enterprise environment. An application contains two stored procedures. The tasks
performed by the stored procedures are as shown in the following table. You discover that
the procedures occasionally throw foreign key violation errors. IncludeDetails throws an
error when it inserts records into the ProductInfo table. ImportNewProducts throws an error
when it inserts records into the ProductCurrentPrice table. You need to ensure that the
following requirements are met: ·If an error occurs in the INSERT statement of ProductInfo,
records inserted into ProductHeader and ProductCurrentPrice are committed. ·If an error
occurs in the INSERT statement of ProductCurrentPrice, all transactions are rolled back.
What should you do?

which column in the Employee table should you use an identity specification to include a seed of 1,000 and an

You administer a Microsoft SQL Server 2012 database. The database contains a table named
Employee. Part of the Employee table is shown in the exhibit. (Click the Exhibit button.)

Unless stated above, no columns in the Employee table reference other tables.
Confidential information about the employees is stored in a separate table named EmployeeData.
One record exists within EmployeeData for each record in the Employee table.
You need to assign the appropriate constraints and table properties to ensure data integrity and
visibility.
On which column in the Employee table should you use an identity specification to include a seed of
1,000 and an increment of 1?