电信网络专业技术

命令onmode-d make primary SERVER是针对()集群关系使用。A、SDSB、RSSC、HDR

题目

命令onmode-d make primary SERVER是针对()集群关系使用。

  • A、SDS
  • B、RSS
  • C、HDR
参考答案和解析
正确答案:C
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Which two are correct steps in taking a binary backup of MyISAM tables?()

A.Always stop the server prior to the backup

B.Stop the server or lock the tables prior to the backup

C.Stop the server or lock the databases prior to the backup

D.Make a copy of the .frm, .myd, and the .myi files

E.Make a copy of the binary log and tablespace files


参考答案:B, D

第2题:

在SQL Server 2000语句命令中,指定该列为该表的唯一标识行列的选项是()。

  • A、DEFAULT
  • B、IDENTITY
  • C、ROWGUIDCOL
  • D、PRIMARY KEY

正确答案:C

第3题:

下列句子表达有误的一句是________

A.Vegetables and fruits make a contribution to your health.

B.He contributed many books to a primary school in the countryside.

C.What you have done won't make a contribution to solve this problem.

D.We contribute $5000 together.


参考答案:C

第4题:

For which two constraints does the Oracle Server implicitly create a unique index? ()

  • A、NOT NULL
  • B、PRIMARY KEY
  • C、FOREIGN KEY
  • D、CHECK
  • E、UNIQUE

正确答案:B,E

第5题:

SQL Server 自动为primary key约束的列建立一个索引。


正确答案:正确

第6题:

You are the administrator of a SQL Server 2000 computer. Your company purchased an accounting application from a vendor. The application stores its data in a database named Accounting on the server. The tables in this database contain columns that function as primary keys, but PRIMARY KEY and FOREIGN KEY constraints are not used.

You need to replicate data from this database to another SQL Server computer. This server will use the replicated data to generate reports. Most reports will run each month, but the accounting department needs to have the ability to run reports at any time. Reports should be accurate through the last full working day.

You cannot make any changes to the database, but you need to implement replication. Which two actions should you take? (Each correct answer presents part of the solution. Choose two)

A.Implement merge replication.

B.Implement snapshot replication.

C.Implement transactional replication.

D.Schedule replication to run continuously.

E.Schedule replication to run during off-peak hours.


正确答案:BE
解析:Explanation:
B: Snapshot replication is the best solution since we will not be making changes to the Accounting database but need to replicate data from the database to another SQL Server computer and as the accounting department needs to have the ability to run reports that only need to be accurate through the last full working day.

E: Only one snap-shot replication would be necessary per day, and to make as little impact on the daily use of the server this replication should be scheduled during off-peak hours.

Note: SQL Server 2000 provides three types of replication that can be used in distributed applications. These are snapshot replication, transactional replication and merge replication. Each type provides different capabilities.

Snapshot replication is the process of copying and distributing data and database objects exactly as they were at the time the snapshot was taken. Snapshot replication does not require continuous monitoring of changes because changes made to published data are not propagated to the Subscriber incrementally. Subscribers are updated with a complete data set and not individual transactions. As snapshot replication replicates an entire data set at one time, it may take longer to propagate data modifications to Subscribers. This type of replication in helpful in situations when data is mostly static and does not change often; it is acceptable to have copies of data that are out of date for a period of time; replicating small volumes of data; and when sites are often disconnected and high latency (the amount of time between when data is updated at one site and when it is updated at another) is acceptable.

In transactional replication, an initial snapshot of data is propagated to Subscribers, and then when data modifications are made at the Publisher, the individual transactions are captured and propagated to Subscribers. SQL Server 2000 monitors INSERT, UPDATE, and DELETE statements, and changes to stored procedure executions and indexed views. SQL Server 2000 stores the transactions affecting replicated objects and then it propagates those changes to Subscribers continuously or at scheduled intervals. Transaction boundaries are preserved. Transactional replication is used when data modifications must be propagated to Subscribers, often as they occur; transactions must be atomic; subscribers are mostly connected to the Publisher and when the application will not tolerate high latency for Subscribers receiving changes.

Merge replication allows various sites to work autonomously and merge data modifications made at multiple sites into a single, uniform. result at a later time. The initial snapshot is applied to Subscribers and then SQL Server 2000 tracks changes to published data at the Publisher and at the Subscribers. The data is synchronized between servers either at a scheduled time or on demand. Updates are made independently at more than one server, so the same data may have been updated by the Publisher or by more than one Subscriber. Therefore, conflicts can occur when data modifications are merged. This type of replication is helpful when multiple Subscribers need to update data at various times and propagate those changes to the Publisher and to other Subscribers; Subscribers need to receive data, make changes offline, and synchronize changes later with the Publisher and other Subscribers; the application latency requirement is either high or low, and when site autonomy is critical.

Incorrect Answers:
A: No data at the second server will not be changed so there is no need to use merge replication.

C: We don’t need the accuracy of transactional replication. In this scenario high latency is permissible as the reports must be accurate only through the last full working day.

Note: Transactional replication is used when data modifications must be propagated to Subscribers, often as they occur; transactions must be atomic; subscribers are mostly connected to the Publisher and when the application will not tolerate high latency for Subscribers receiving changes.

D: As the reports must be accurate through the last full working day, it not necessary to run replication continuously. Running replication continuously will place locks on the destination database, which would hamper the performance of queries and actions run against the destination database.

第7题:

A company has recently switched ISPs and is being assigned a new block of public addresses.  The public web and FTP servers must be re-addressed to support this change.  After changing IP addresses and updating the DNS records many customers have reported that they are not able to access the web or FTP servers.  Which of the following could have been done prior to making these changes to make it more transparent to users?()

  • A、Reduce the TTL on the DHCP records.
  • B、Configure a primary DNS server for the PTR records.
  • C、Reduce the TTL on the DNS records.
  • D、Configure a caching only DNS server.

正确答案:C

第8题:

通过Makefile来安装已编译过的代码的命令是()。

A.make

B.install

C.make depend

D.make install


正确答案:D

第9题:

下列哪个命令以文本菜单方式界面配置内核选项:()

  • A、Make menuconfig
  • B、make xconfig
  • C、make config
  • D、make mrproper

正确答案:A

第10题:

Which two are correct steps in taking a binary backup of MyISAM tables?()

  • A、Always stop the server prior to the backup
  • B、Stop the server or lock the tables prior to the backup
  • C、Stop the server or lock the databases prior to the backup
  • D、Make a copy of the .frm, .myd, and the .myi files
  • E、Make a copy of the binary log and tablespace files

正确答案:B,D

更多相关问题