题目内容

贵公司使用的一个名为Application1的应用程序,此程序使用的.netFramework的版本是1.0。这个应该程序已经安装在了一台共享的计算机中,此计算机中已安装了.netFramework1.0和1.1的版本。您需要移动此应用程序到另一台计算机中,此计算机已安装.netFramework1.1和2.0的版本。此应用程序和1.1的版本是兼容的,但与.netFramework2.0是不兼容的。您需要确保应用程序在新计算机上使用.netFramework的1.1版本。您将怎样做?()

A
B
C
D

查看答案
更多问题

选择正确的选项()

A
B
C
D
E
F

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. There is a database named DB1 in the instance. TheDB1 database includes spatial data types. On DB1 databse, you have to perform a database consistency check to include the spatial indexes. Besides this, you must make sure that you can reduce the effect on the database concurrency to the least. So which Transact-SQL statement should you run? ()

A. DBCC CHECKCATALOG (DB1);
B. DBCC CHECKALLOC (DB1) WITH TABLOCK;
C. DBCC CHECKDB (DB1) WITH TABLOCK, PHYSICAL_ONLY;
DBCC CHECKDB (DB1) WITH EXTENDED_LOGICAL_CHECKS;

以下()属性不属于表单标记的属性。

A. Src
B. NAME
C. ID
D. Action

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 2002 instance. You upgrade this instance to SQL Server 2008. You configure the Agent service to use the LocalSystem account. There is a file named Orderdata on a remote network share. A job accesses this Orderdata file by using a CMDExec step. The job step fails to complete execution after the upgrade. You must make sure that the job can complete execution, so you have to configure the job step. What action should you perform? ()

A. You should configure a certificate
B. You should configure the SQL Server Agent service to use the NetworkService account.
C. You should configure the job step to use a proxy account
D. You should configure the SQL Server Agent service to use a local Windows account

答案查题题库