IT인증,IT자격증,IT자격증시험,IT인증시험

http://www.pass4test.net/

MCITP 70-447 (UPGRADE:MCDBA Skills to MCITP DB Admin by Using MS SQL 2005) 덤프

수많은  MCITP 70-447 (UPGRADE:MCDBA Skills to MCITP DB Admin by Using MS SQL 2005) 시험공부자료중에서 Pass4Test의 MCITP 70-447 (UPGRADE:MCDBA Skills to MCITP DB Admin by Using MS SQL 2005) 덤프가 가장 출중한 원인은 무엇일가요? Pass4Test의  MCITP 70-447 (UPGRADE :MCDBA Skills to MCITP DB Admin by Using MS SQL 2005) 덤프는 실제시험문제의 출제방향을 연구하여 IT전문가로 되어있는 덤프제작팀이 만든 최신버전 덤프입니다.

 

 

NO.1 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005. You work as the administrator of a SQL Server 2005 computer,
and the computer is called SQL1. There are two databases on the SQL1, and the two databases are
respectively named Production and DW. A new database named Staging is created. When the data are
moving from the Production database into the DW database, the Staging database is utilized temporarily
to store and manipulate data. Since you are the database administrator, you are required to make sure
the points listed below. First, the tables should not be removed from the Staging database. Second, any
attempts to have tables migrated should be logged. Third, your solution should not impact on other
databases. Which action should be performed to achieve the goal?
A.To achieve the goal, a DML trigger on each table should be created to prevent deletion of data.
B.To achieve the goal, a DDL trigger should be created, and that the ON DATABASE parameter is utilized
by DDL trigger for the Staging database.
C.To achieve the goal, an event notification should be created to fire when the TRUNCATE TABLE
Transact-SQL statement is submitted to the Staging database.
D.To achieve the goal, a DDL trigger should be created, and the ON ALL SERVER parameter is utilized by
the DDL trigger.
Answer:B

NO.2 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005. You work as a database administrator for your company. The
users report the slow performance of a SQL Server 2005 application. You are required to identify the
queries which perform slowly because of blocking. Which action should you perform?
A.In a SQL Trace log file, you should look for queries with low duration values and high read and write
values.
B.In a query execution plan, you should look for queries with missing or out-of-date statistics.
C.In a SQL Trace log file, you should look for queries with high duration values and low read and write
values.
D.In a query execution plan, you should look for queries with a large number of table scans.
Answer:C

NO.3 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005. You work as a database administrator for your company. There is
a database named Inventory on a SQL Server 2005 computer, and the computer is named SQL01.
SQL01 is utilized to aggregate manufacturing part numbers from your company's trading partners. And
the company stores the manufacturing part numbers in the Product table in the Inventory database. The
company requests the users to deliver data as text files from each trading partner to SQL1 every night.
The data should be imported, and no duplicate manufacturing part numbers should exist in the data which
is imported from the text files, and the text files are stored in the Inventory database on SQL01. You
should cut the effect on your company's trading partners and your IT department to the least. Which
action should you perform?
A.First, you should import the data from each text file into a staging table. Second, you should write a
query to have a HAVING clause contained so as to migrate replicate values before results are inserted
into the Product table.
B.First, you should make sure that each text file is stored in an Extensible Markup Language (XML) file.
Second, you should utilize Extensible Stylesheet Language Transformations (XSLT) to automatically
migrate replicates before data is imported into the Product table.
C.First, you should make sure that the unique key values for manufacturing part numbers are utilized by
each of your company's trading partners utilizes. Second, you should import the text files into the Product
table.
D.You should place a unique index on the PartNum column.
Answer:A

NO.4 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005. You work as a database administrator for your company. More
than a month ago, the SQL 2005 Server computer is deployed in operation. There are some query
performance problems last week. Therefore, you perform an investigation on the locking contention. From
the sys.dm_os_wait_stats dynamic management view (DMV), you can see a high value in the
max_wait_time_ms column. You want to check out whether this value is a factor which leads to the
current performance problems. In addition, the impact on database users should e cut to the least. Which
action should be performed to achieve the goal?
A.To achieve the goal, the UPDATE STATISTICS command should be excuted.
B.To achieve the goal, the SQL Server Service should be restarted.
C.To achieve the goal, the SQL Server computer should be restarted.
D.To achieve the goal, the statistics in the dynamic management view (DMV) should be reset.
Answer:D

NO.5 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005. You work as the administrator of a SQL Server 2005 computer,
and the computer is named SQL1. The company has backups of all system databases performed every
Saturday night, and have backups of all user databases performed every Sunday night. And the company
has all backups stored in an off-site facility. Because of the power outage, SQL1 accidentally turns off.
And after bringing SQL1 back online, the users cannot start the SQL Server service. You can see the SQL
Server error log from the exhibit below. SQL1 should be returned to working order in the shortest time.
Which action should be performed first?
A.All of the user databases should be restored from backup.
B.Setup.exe should be run from a command line and a rebuild of the master database should be specified.
C.The SQL Server 2005 installation CD should be inserted and the setup utility should be run to have the
default instance reinstalled.
D.All of the system databases should be restored.
Answer:B

NO.6 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005. You work as a database administrator for your company. A user
database named Products is included by your SQL Server 2005 computer. SQL Server Integration
Services (SSIS) packages are utilized to export data from the Products database to a text file. You deliver
the text file to your company's trading partners by utilizing FTP. You are required to make sure that your
SSIS packages can be recovered from the occurrence of a disaster. Which action should be performed to
finish the task?
A.To finish the task, the Products database should be backed up.
B.To finish the task, your server should be set to utilize the full recovery model.
C.To finish the task, your server should be set to utilize the bulk-logged recovery model.
D.To finish the task, the msdb database should be backed up.
Answer:D


 
Posted 2013/8/28 9:04:28  |  Category: 미분류  |  Tag: