ou work in a company which is named Wiikigo Corp. The compan

题目
单选题
ou work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now for a new application, a SQL Server 2008 instance has to be installed on an existing server. The server contains a default SQL Server 2005 instance. Your company CIO wants their corresponding certified third-party applications can access to both database instances. The company assigns this task to you. You must achieve this by using as little database administrative effort as possible, and never change the existing application environments. What should you do? ()
A

You should install SQL Server 2008 as the default instance, and configure the new application to use the default instance 

B

You should upgrade the SQL Server 2005 application to use SQL Server 2008 

C

You should upgrade the SQL Server 2005 instance to a SQL Server 2008 instance 

D

You should install SQL Server 2008 as a named instance, and make the new application use the new instance. 

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You work in a company which is named Wiikigo Corp. The company 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 text file which is named SQL01.log on the E: drive. A SQL Server Agent job executes every 2 minutes and logs information to the text file. You get a report from users saying that the sever doesn't make response. As the technical support, you check and find that the SQL Server Agent service does not run and the SQL Server Agent job no longer functions. You have to identify the reason why the SQL Server Agent service is unresponsive. In the options below, which log should you check?()  

  • A、You should check SQL1.log
  • B、You should check SQLAGENT.OUT
  • C、You should check log_xx.trc
  • D、You should check ERRORLOG

正确答案:B

第2题:

You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. You configure the SQL Server instance to use the -T1222 and -T1204 trace flags during startup. You must make sure that your failure recovery plan performs backup of the use of the trace flags. So what action should you perform to achieve this goal? () 

  • A、You should backup the master database
  • B、You should backup the default.trc file
  • C、You should backup the SQL Server registry hive.
  • D、You should backup the resource database 

正确答案:C

第3题:

You work in a company which is named Wiikigo Corp. The company 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. DB1 is available to a Windows group which is named WIIKIGO/Supervisors. A Windows user named User1 is a member of the WIIKIGO/Supervisors group. WIIKIGO/Supervisors is a member of the db_owner role in the DB1 database. You must make sure that the SQL Server instance is available to User1. In the DB1 database, which Transact-SQL statement(s) should you execute?()  

  • A、 DROP LOGIN "WIIKIGO/User1"; 
  • B、 EXEC dbo.sp_droprolemember 'db_owner', 'WIIKIGO/User1';
  • C、 EXEC dbo.sp_revokedbaccess 'WIIKIGO/User1';EXEC dbo.sp_revokelogin 'WIIKIGO/User1'; 
  • D、 CREATE LOGIN "WIIKIGO/User1" FROM Windows;DENY CONNECT SQL TO "WIIKIGO/User1";

正确答案:D

第4题:

单选题
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now in a high security environment, you manage a SQL Server 2008 cluster. You intend to configure and use encrypted connections for the clustered virtual SQL Server. You have to install a certificate. The cetification will be used for encryption. What should you do?()
A

In the cluster quorum drive, install the encryption certificate 

B

In the SQL Server shared disk, install the encryption certificate 

C

in the cluster group, install the encryption certificate. 

D

On each individual node, install the encryption certificate


正确答案: C
解析: 暂无解析

第5题:

You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. Today you notice that applications that run on the server have poor performances. You doubt that this has something to do with table scans. You have to capture the appropriate information by using an appropriate Windows System Monitor object. In the options below, which performance object should you use? () 

  • A、You should use SQLServer:Buffer Manager
  • B、You should use SQLServer:Memory Manager 
  • C、You should use SQLServer:Databases 
  • D、You should use SQLServer:Access Methods

正确答案:D

第6题:

You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of two instances both of which run on the same computer. One is a SQL Server 2008 instance; another is a SQL Server 2005 instance. There is a database named DB1 in the SQL Server 2008 instance. DB1 uses the Fulltext indexes. Several records that include the word "root" are added to DB1. An empty resultset is returned when the Fulltext index is queried for the word "root." You must make sure the query can return records that contain the word "root". What should you do?()  

  • A、You should terminate and restart the MSFTESQL service 
  • B、You should rebuild the full-text index 
  • C、The word "root" should be added to the stop list 
  • D、The word "root" should be added to the thesaurus file 

正确答案:B

第7题:

You work in a company which is named Wiikigo Corp. The company 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 which is named Sellings in the instance. The Sellings database contains a table named Productions. The table is used to stores information about all types of products. The Productions table is often queried by users on the basis of the RadioSize column. The RadioSize column contains the NULL value for all products other than Radios. Currently no index exists on the RadionSize column. According to the requirement of the company CIO, you have to optimize the query performance and reduce the effect on the disk space to the least. So what action should you perform to achieve this goal?()  

  • A、On the Products table, you should create a view. 
  • B、On the RadioSize column, you should create a clustered index 
  • C、On the RadioSize column, you should create a filtered index 
  • D、On the RadioSize column, you should create a unique clustered index

正确答案:C

第8题:

You work in a company which is named Wiikigo Corp. The company 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 Dworks in the instance. The Dworks database has a table named Orderthings. According to the company requirement, you have to export all data from the Orderthings table to a file. During the export, you must make sure that the data export process is saved for reuse and a Microsoft Office Open XML document format is used. What should you do?()  

  • A、You should run the bulk copy program utility along with an output file and no format file
  • B、You should run the SQLCmd utility and save the output to a file
  • C、You should run the SQL Import and Export Data Wizard and save the output to a file.
  • D、You should run the bulk copy program utility along with a format file and an output file.

正确答案:C

第9题:

You work in a company which is named Wiikigo Corp. The company 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 Dworks in the instance. The Dworks database has a table named Orderthings. The Orderthings table is partitioned on the OrderId column. The first partition contains integer values greater than 100,000, while the second partition contains integer values between 1 and 100,000. You have to add a new partition. The new partition should contain integer values greater than 200,000. What should you do? ()

  • A、A new partition function should be created 
  • B、You should change the existing partition scheme 
  • C、You should use a Merge clause to change the existing partition function 
  • D、You should use a Split clause to change the existing partition function 

正确答案:D

第10题:

单选题
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. On two cluster-ready nodes, you intend to perform an installation of a SQL Server 2008 mission-critical cluster. Constant availability is needed by the mission-critical cluster. You have to configure the SQL Server cluster to failover and reduce the service disruption to the least. Which failover option should you use?()
A

You should allow failback only during non-business hours 

B

You should immediately allow failback

C

You should prevent automatic failback 

D

You should allow failback only during business hours


正确答案: C
解析: 暂无解析

更多相关问题