当前位置: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 which uses mixed authentication mode. The instance runs on a computer which has Windows Server 2003 installed. You must make sure that the SQL Server 2008 authenticated logins follow the same password complexity rules that are enforced by Windows Server 2003. Besides this, you must make sure that the password complexity rules continue to be enforced. 
So what action should you perform to achieve this goal?() 

A . You should create an SQL Server Agent job. If a rule violation is detected, the job runs periodically to raise an alert 
B . You should modify all logins by using the ALTER LOGIN ... HASHED statement. 
C . You should modify all logins by using the ALTER LOGIN ... CHECK_POLICY = ON statement to. 
D . You should modify all logins by using the ALTER LOGIN ... CHECK_EXPIRATION = ON statement. 
E . You should create a policy by using Policy-Based Management. The policy prevents any violation of these rule

Your network contains a Network Policy Server (NPS) named Server1. Server1 is configured to use SQL logging.You add a second NPS server named Server2.You need to ensure that Server2 has the same RADIUS authentication and logging settings as Server1.You export the NPS settings from Server1, and then import the settings to Server2.What should you do next on Server2?() Create a new ODBC data source.。 Run netsh.exe nps reset config.。 Manually configure the SQL logging settings.。 Restart the Network Policy Server (NPS) role service.。 创造力是将内隐的思考()的过程,新的想法必须透过可付诸实践的程序才是创造力的表现。 外显化。 程序化。 习惯化。 组织化。 您要写下面的名为 CustomException的自定义异常类public class CustomException : ApplicationException { public static int COR_E_ARGUMENT = unchecked((int)0x80070057); public CustomException(string msg) : base(msg) { HResult = COR_E_ARGUMENT; }}您需要编写一段代码,这段代码要使用ustomException 类,并且要迅速返回控制权给COM 调用方法。 您应该使用哪个代码?() return Marshal.GetExceptionForHR(CustomException.COR_E_ARGUMENT);。 return CustomException.COR_E_ARGUMENT;。 Marshal.ThrowExceptionForHR(CustomException.COR_E_ARGUMENT);。 throw new CustomException(“Argument is out of bounds”)。 你正在创建一个用于成员管理的 Web 站点。它的功能依据用户所属角色不同而不同。其中,Web 站点使用 ASP.NET 成员管理相关控件进行帐户的创建。现在,你需要确定一个用户是否是指定角色的一个成员,你应该如何做?() 使用Membership.ValidateUser。 使用 User.IsInRole.。 使用Roles.RoleExists.。 使用Membership.GetUser.。 在动态调试过程中,采用边界值分析法设计测试用例的方法属于()。 白盒法。 黑盒法。 条件覆盖法。 经验推测法。

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 which uses mixed authentication mode. The instance runs on a computer which has Windows Server 2003 installed. You must make sure that the SQL Server 2008 authenticated logins follow the same password complexity rules that are enforced by Windows Server 2003. Besides this, you must make sure that the password complexity rules continue to be enforced. 
So what action should you perform to achieve this goal?() 

参考答案:

  参考解析

本题暂无解析

在线 客服