当前位置:MCTS(70-432)题库

问题:

[单选]

You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. A SQL Server Agent job is failing. You find that the job history information is incomplete and seems to be truncated after you review it. All information produced by a job must be available for viewing. 
So what action should you perform to achieve this goal? () 

A . You should enable notifications to the Windows application event log when the job completes. 
B . You should enable write OEM file 
C . You should enable all job steps, making them send the output to a file 
D . You should include execution trace messages in the SQL Agent Error log

You are developing a Windows Communication Foundation (WCF) service that allows customers to update financial data. The client applications call the service in a transaction. The service contract is defined as follows. (Line numbers are included for reference only.) 01 [ServiceContract] 02 public interface IDataUpdate 03 { 04 [OperationContract] 05 [TransactionFlow(TransactionFlowOption.Mandatory)] 06 void Update(string accountNumber, double amount); 07 } 08 09 ... 10 class UpdateService : IDataUpdate 11 { 12 [OperationBehavior(TransactionScopeRequired = true, TransactionAutoComplete = true)]13 public void Update(string accountNumber, double amount) 14 { 15 try 16 { 17 ... 18 } 19 catch(Exception ex) 20 { 21 WriteErrorLog(ex); 22 ... 23 } 24 } 25 } 26Customers report that the transaction completes successfully even if the Update method throws an exception.You need to ensure that the transaction is aborted if the Update method is not successful. What should you do? () Insert the following line at line 22: throw;。 Insert the following line at line 09: [ServiceBehavior(TransactionAutoCompleteOnSessionClose=false)]。 Replace line 12 with the following line: [OperationBehavior(TransactionScopeRequired=true, TransactionAutoComplete= false)]。 Insert the following line at line 09.: [ServiceBehavior(TransactionAutoCompleteOnSessionClose=true)]。 英国装饰主义风格最主要的成就表现在()的室内设计上。 大型公共场所。 小型公共场所。 私人住宅。 办公场所。 第()类医疗器械实行产品备案管理。 第()、()类医疗器械实行产品注册管理。 年终考核是何种考核() 日常考核。 定期考核。 长期考核。 临时考核。

You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. A SQL Server Agent job is failing. You find that the job history information is incomplete and seems to be truncated after you review it. All information produced by a job must be available for viewing. 
So what action should you perform to achieve this goal? () 

参考答案:

  参考解析

本题暂无解析

在线 客服