sandyLi's picture
From sandyLi rss RSS  subscribe Subscribe

free TestKing Microsoft 70-431 



http://www.passguide.com/70-431.html

 

 
 
Views:  352
Downloads:  10
Published:  November 20, 2009
 
1
download

Share plick with friends Share
save to favorite
Report Abuse Report Abuse
 
Related Plicks
1 Y0 610

1 Y0 610

From: anon-106614
Views: 384 Comments: 0
1 Y0 610
 
See all 
 
More from this user
free TestKing Microsoft  70-236

free TestKing Microsoft 70-236

From: sandyLi
Views: 541
Comments: 0

free TestKing Microsoft  70-448

free TestKing Microsoft 70-448

From: sandyLi
Views: 1793
Comments: 0

free TestKing IBM LOT-801

free TestKing IBM LOT-801

From: sandyLi
Views: 543
Comments: 0

free TestKing IBM LOT-802

free TestKing IBM LOT-802

From: sandyLi
Views: 462
Comments: 0

free TestKing Microsoft  70-504

free TestKing Microsoft 70-504

From: sandyLi
Views: 302
Comments: 0

free testinside 000-047

free testinside 000-047

From: sandyLi
Views: 258
Comments: 0

See all 
 
 
 URL:          AddThis Social Bookmark Button
Embed Thin Player: (fits in most blogs)
Embed Full Player :
 
 

Name

Email (will NOT be shown to other users)

 

 
 
Comments: (watch)
 
 
Notes:
 
Slide 1: PassGuide 70-431 Microsoft 70-431 Microsoft® SQL Server 2005 Implementation & Maintenance Q&A Demo www.PassGuide.com (C) Copyright 2006-2009 CertBible Tech LTD,All Rights Reserved. PassGuide.com - Make You Succeed To Pass IT Exams
Slide 2: PassGuide 70-431 Important Note Please Read Carefully Study Tips This product will provide you questions and answers carefully compiled and written by our experts. Try to understand the concepts behind the questions instead of cramming the questions. Go through the entire document at least twice so that you make sure that you are not missing anything. Latest Version We are constantly reviewing our products. New material is added and old material is revised. Free updates are available for 120 days after the purchase. You should check your member zone at PassGuide an update 3-4 days before the scheduled exam date. Feedback If you spot a possible improvement then please let us know. We always interested in improving product quality. Feedback should be send to feedback@passguide.com. You should include the following: Exam number, version, page number, question number, and your login ID. Our experts will answer your mail promptly. Be Prepared. Be Confident. Get Certified. ------------------------------------------------------------------------------------------------------------------------Sales and Support Manager Sales Team: sales@passguide.com Support Team: support@passguide.com --------------------------------------------------------------------------------------------------------------------- Copyright Each pdf file contains a unique serial number associated with your particular name and contact information for security purposes. So if we find out that a particular pdf file is being distributed by you, CertBible reserves the right to take legal action against you according to the International Copyright Laws. PassGuide.com - Make You Succeed To Pass IT Exams
Slide 3: PassGuide 70-431 Question:1 You are preparing for a new installation of SQL Server?2005. You need to select the protocols that client computers might use to connect to the server. Which two protocols can you use to achieve this goal? (Each correct answer presents a complete solution. Choose two.) A. Named Pipes B. TCP/IP C. Shared Memory D. Virtual Interface Adapter (VIA) E. Multiprotocol Answer: A AND B Question:2 A new employee needs access to a SQL Server?2005 database that is located on a server named SQL1. You create a login named ajones by using the following Transact-SQL statement. CREATE LOGIN ajones WITH PASSWORD = 'SQLServer$1' The new employee reports that when he logs in, he receives the following error message: "Login failed. The user is not associated with a trusted SQL Server connection." You need to resolve the error and allow the new employee to gain access to SQL1. What should you do? A. Change the SQL Server security mode from Windows Authentication mode to SQL Server and Windows Authentication mode. B. Change the SQL Server security mode from SQL Server and Windows Authentication mode to Windows Authentication mode. C. Ensure that the login name is created with square brackets ([]). D. Give the login access to a specific database by using the CREATE USER Transact-SQL statement. Answer: A Question:3 Application developers in your company create an assembly that contains a CLR function. This CLR function reads data from a spreadsheet, performs some calculations, and returns the data to a SQL Server?2005 computer. You need to register the assembly with SQL Server 2005 by using the CREATE ASSEMBLY statement and the least privileged security permission set. Which permission set should you use? A. Default B. SAFE C. EXTERNAL_ACCESS D. UNSAFE Answer: C Question:4 You configure a new SQL Server?2005 computer to use TCP/IP with all default settings. Your corporate policy requires that each server use a firewall. You find that you can connect to the SQL Server instance from the local computer. However, client computers cannot connect to the SQL Server instance. You need to identify the most likely cause of the connection issues. What should you do first? A. Ensure that port?1433 is open in your firewall. B. Ensure that port?443 is open in your firewall. C. Ensure that client computers connect by using Shared Memory protocol. D. Ensure that the server is not paused. Answer: A Question:5 Your application must access data that is located on two SQL Server?2005 computers. One of these servers is named SQL1 and the other is SQL2. You have permissions to create a stored procedure on SQL1 to support your application. However, on SQL2 you only have permissions to select data. You write the stored procedure on SQL1. The stored procedure accesses SQL2 by using the OPENQUERY Transact-SQL statement. However, the query fails when executed. You need to troubleshoot the cause of the error. What should you do? A. Join the two servers by using the four-part syntax of server.database.schema.table. B. Reference SQL2 by using an alias. C. Add SQL2 as a remote server to SQL1. D. Add SQL2 as a linked server to SQL1. PassGuide.com - Make You Succeed To Pass IT Exams
Slide 4: PassGuide 70-431 Answer: D Question:6 Your company has multiple servers in a distributed environment. You work with two SQL Server?2005 computers named SQL1 and SQL2. Each server uses SQL Server Authentication and they use different logins. You need to write a distributed query that joins the data on SQL1 with the data on SQL2. What should you do? A. Ensure that both SQL1 and SQL2 use the same login name as the security context for each server. B. Configure SQL2 as a remote server. Write the query on SQL1. C. Configure SQL2 as a linked server to impersonate the remote login. D. Configure SQL2 as a distributed server. Use pass-through authentication. Answer: C Question:7 Your company has two SQL Server?2005 computers named SQL1 and SQL2. A user in your company named Eric writes many ad? hoc queries against the company databases. Eric has access to the Customer database on SQL1. He does not have access to the Sales database on SQL2. You need to ensure that Eric can write queries that join information from both servers. What should you do first? A. Create a linked server on SQL1 to SQL2. Configure the linked server to use impersonation. B. Create a linked server on SQL1 to SQL2. Configure the linked server to use mapped logins. C. Instruct Eric to write the queries on SQL2 by using the OPENQUERY statement and specifying SQL1 as the server name. D. Instruct Eric to specify SQL Server object names by using four-part notation. Answer: B Question:8 Your company uses a mission-critical database named DB1, which is located on a server named SQL1. You want to mirror DB1 on a second server named SQL2. Before you can establish database mirroring, you need to prepare DB1 and the servers for mirroring. Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.) A. Set the recovery model of DB1 on SQL1 to bulk-logged recovery. B. Set the recovery model of DB1 on SQL1 to full recovery. C. Back up DB1 on SQL1. Restore the backup on SQL2; specify the NORECOVERY option. D. Back up DB1 on SQL1. Restore the backup on SQL2; specify the STANDBY option. E. Back up DB1 on SQL1. Restore the backup on SQL2; specify the RECOVERY option. F. Create endpoints on all participating servers. G. Set the AutoShrink property of DB1 on SQL1 to false. Answer: B C F Question:9 You are implementing transaction log shipping for a database named DB1 from a server named SQL1 to a server named SQL2. Because DB1 is 100 GB in size, it is too big to transfer over the network in a reasonable amount of time. You need to minimize the impact on the network while you initialize the secondary database. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.) A. Specify the simple recovery model for DB1. B. Specify either the full or the bulk-logged recovery model for DB1. C. Perform a complete backup of DB1 to portable media. Restore the secondary database from that backup; specify the RECOVERY option. D. Perform a complete backup of DB1 to portable media. Restore the secondary database from that backup; specify the STANDBY option. E. Before you activate transaction log shipping to the secondary database, execute the following statement on the primary server. F. BACKUP LOG DB1 WITH TRUNCATE_ONLY Answer: B D Question:10 PassGuide.com - Make You Succeed To Pass IT Exams
Slide 5: PassGuide 70-431 Your company has two SQL Server 2005 computers named SQL1 and SQL2. Transaction log shipping occurs from SQL1 to SQL2 by using default SQL Server Agent schedule settings. You need to reconfigure transaction log shipping to provide minimum latency on SQL2. What should you do? A. On SQL1, reschedule the transaction log backup job so that it occurs every minute. On SQL2, maintain default schedule settings for both the log shipping copy and the restore jobs. B. On SQL1, change the schedule type for the transaction log backup to Start automatically when SQL Server Agent starts. On SQL2, change the schedule types for both the log shipping copy and the restore jobs to Start automatically when SQL Server Agent starts. C. On SQL1, maintain default schedule settings for the transaction log backup job. On SQL2, change the schedule types for both the log shipping copy and the restore jobs to Start automatically when SQL Server Agent starts. D. On SQL1, reschedule the transaction log backup job so that it occurs every minute. On SQL2, reschedule both the log shipping copy and the restore jobs so that they occur every minute. Answer: D PassGuide.com - Make You Succeed To Pass IT Exams

   
Time on Slide Time on Plick
Slides per Visit Slide Views Views by Location