PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which action should you perform to finish the task?

You are a professional level SQL Sever 2008 Database Administrator. A solution will be
implemented to have hardware configurations obtained. The hardware configuration
obtained should include the number of processors on a computer and the processor type of
all SQL Server 2008 computers. The requirements listed below should be satisfied by the
solution. The solution should be hosted on the central computer. And the hardware
configurations for multiple servers should be verified by the solution. A technology should be
selected to satisfy the requirements, and the least amount of development effort should be
utilized. Which action should you perform to finish the task?

You need to load the records into TABLE_C by performing an inner join on TABLE_A and TABLE_B, What should yo

You are a BI developer for a financial firm.
You are developing a SQL Server 2008 Integration Services (SSIS) instance to load 13
million records into TABLE_C three times daily from TABLE_A and TABLE_B,
TABLE_A is in DATABASE_A hosted on SERVER_A, TABLE_B is in DATABASE_B hosted
on
SERVER_B, TABLE_C is in DATABASE_C hosted on SERVER_C
You are logged on to SERVER_C, You have read-only permissions on SERVER_A and
SERVER_B, These two servers are on different domains with individual firewall settings.
You need to load the records into TABLE_C by performing an inner join on TABLE_A and
TABLE_B,

What should you do?

You need to ascertain that the indexes are used optimally

You are a database developer. You plan to design a database solution by using SQL Server
2008. A database contains a table named Person. The structure of the table is as shown in
the following exhibit. (Click the Exhibit button.) The table has the following indexes: ·A
unique clustered index on the PersonID column named IX_Person_PersonID ·A
nonclustered index on the FirstName and LastName columns named
IX_Person_FirstName_LastName ·A nonclustered index on the PersonType column named
IX_Person_PersonType that has FirstName and LastName as included columns The table
contains approximately 700,000 records. The approximate number of records for each
PersonType is 3,000. You execute the following query. SELECT P.FirstName, P.LastName
FROM Person P WHERE P.PersonType = ‘DR’ You plan to analyze the performance of the
query by using an execution plan. You need to ascertain that the indexes are used
optimally. What should you do?

You need to deploy the package so that it meets the following requirements: Only authorized users can view and

You develop a package in SQL Server 2008 Integration Services (SSIS).
You need to deploy the package so that it meets the following requirements:
Only authorized users can view and execute the package.
Users will NOT know the database credentials from within the package.
The package should NOT be stored in the MSDB database.
What should you do?

Which command syntax should you use?

You maintain the SQL Server 2008 Integration Services (SSIS) instance for a healthcare
supply chain data management company. Your company uses a third-party event based
scheduler. You develop a package named Memberinformation.dtsx and save it in the
SSISpackages folder on the company network. You need to deploy this package to the
ProdSSISpackages file system on the production server. You need to rename the package
to Memberinformation_Prod.dtsx, and the event based scheduler will execute the renamed
package.
Which command syntax should you use?

which one should you utilize?

You are a professional level SQL Sever 2008 Database Administrator. It is on a
four-processor, quadcore server. CPU pressure is regularly experienced by the server. An
extremely large mission-critical database is consisted by the instance, and it is utilized
constantly. The online index rebuilds should not occupy all available CPU cycles. From the
following four configurations, which one should you utilize?