你设计的策略同步SQL Azure数据库和多个远程Microsoft SQL Server 2008数据库。SQL Azure数据库包含许多表圆形的外键关系。你需要为确保推荐的方法吗所有的远程数据库的变化与SQL Azure数据库同步。什么你应该建议吗?()A、使用SQL Azure数据同步服务。B、使用SQL Server复制。C、使用SQL服务器备份和恢复。D、使用SQL Server数据库快照。

题目

你设计的策略同步SQL Azure数据库和多个远程Microsoft SQL Server 2008数据库。SQL Azure数据库包含许多表圆形的外键关系。你需要为确保推荐的方法吗所有的远程数据库的变化与SQL Azure数据库同步。什么你应该建议吗?()

  • A、使用SQL Azure数据同步服务。
  • B、使用SQL Server复制。
  • C、使用SQL服务器备份和恢复。
  • D、使用SQL Server数据库快照。

相似考题
更多“你设计的策略同步SQL Azure数据库和多个远程Microsoft SQL Server 2008数据库。SQL Azure数据库包含许多表圆形的外键关系。你需要为确保推荐的方法吗所有的远程数据库的变化与SQL Azure数据库同步。什么你应该建议吗?()A、使用SQL Azure数据同步服务。B、使用SQL Server复制。C、使用SQL服务器备份和恢复。D、使用SQL Server数据库快照。”相关问题
  • 第1题:

    应用程序连接到一个应用程序SQL Azure数据库。偶尔也会失去连接到SQL Azure数据库。你需要给你推荐一个可靠的方法完成数据访问操作。你推荐什么?()

    • A、使用微软的ADO.NET连接池。
    • B、异常传递给用户界面层。
    • C、数据访问层的实现重试策略。
    • D、每个数据访问操作之前开始一个事务。

    正确答案:C

  • 第2题:

    你正在设计一个Windows Azure应用程序,应用程序将包括偶尔联系客户,参考数据存储在Windows Azure Blob存储客户端断开连接时可以添加数据。你需要推荐一个方法吗与Windows Azure Blob存储同步离线客户端数据。你应该推荐()

    • A、使用SQL Azure数据同步。
    • B、使用微软同步框架。
    • C、使用Windows Azure Blob存储快照。
    • D、使用Microsoft SQL Server复制组件。

    正确答案:B

  • 第3题:

    要让管理SQL-Server数据库的Management-Studio或者访问数据库的应用程序正常工作,()必须处于启动状态。

    • A、SQL-Server-Analysis-Servers服务
    • B、SQL-Server服务
    • C、SQL-Server-Browser服务
    • D、SQL-Server-Agent服务

    正确答案:B

  • 第4题:

    K/3使用的数据库为Microsoft SQL Server 2000


    正确答案:错误

  • 第5题:

    你正在设计一个web服务,它将在Windows Azure托管web服务会接受和存储结构化和半结构化数据,web服务必须满足吗以下需求: 在一个事务中更新所有数据。 执行结构化数据的数据结构中的数据存储。 您需要推荐一个方法来存储数据。你推荐什么?()

    • A、使用Windows Azure队列
    • B、使用一个SQL Azure数据库
    • C、使用一个Windows Azure Drive
    • D、使用Windows Azure表存储

    正确答案:B

  • 第6题:

    假设某一系统,原来使用Access数据库,现在改用SQL server数据库,采用()方法可以快速完成两个数据库之间的数据转换动作。

    • A、SQL server的附加数据库功能
    • B、SQL server的还原数据库功能
    • C、在SQL server中直接打开Access数据库,另存即可
    • D、使用SQL server的的导入/导出功能

    正确答案:D

  • 第7题:

    查询“书名”字段中包含“SQL数据库”字样的记录,应该使用的条件是()。

    • A、书名 Like ´SQL数据库´
    • B、书名 Like ´%SQL数据库´
    • C、书名 Like ´SQL数据库%´
    • D、书名 Like ´%SQL数据库%´

    正确答案:D

  • 第8题:

    You are planning the deployment of a SQL Azure database.  Your company has a Volume Licensing Agreement for Microsoft SQL Server 2008. The SQL Azure database must maintain a monthly availability of 99.9%.   You need to recommend an approach for minimizing the monthly expenses associated with the SQL Azure database.  What should you recommend?()

    • A、 Add a processor license to the existing SQL Server licensing agreement.
    • B、 Purchase a Windows Azure consumption platform subscription.
    • C、 Purchase a SQL Server Services Provider Licensing Agreement (SPLA).
    • D、 Purchase a SQL Server Web license to extend the existing SQL Server licensing agreement.

    正确答案:B

  • 第9题:

    You are designing a plan for migrating an existing Microsoft SQL Server 2008 database to SQL Azure.The database includes a SQL Server Agent job that cleans the application log table.   You need to recommend an approach for ensuring that the SQL Server Agent job continues to run without modification.  What should you recommend?()

    • A、 Use the SQL Azure Data Sync service.
    • B、 Run the SQL Server Agent in SQL Azure.
    • C、 Use SQL Server Integration Services (SSIS) to connect to SQL Azure.
    • D、 Connect the existing on-premise SQL Server Agent jobs to SQL Azure.

    正确答案:D

  • 第10题:

    单选题
    查询“书名”字段中包含“SQL数据库”字样的记录,应该使用的条件是()。
    A

    书名 Like ´SQL数据库´

    B

    书名 Like ´%SQL数据库´

    C

    书名 Like ´SQL数据库%´

    D

    书名 Like ´%SQL数据库%´


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

  • 第11题:

    单选题
    You are designing a strategy for synchronizing a SQL Azure database and multiple remote Microsoft SQL Server 2008 databases.  The SQL Azure database contains many tables that have circular foreign key relationships.  You need to recommend an approach for ensuring that all changes in the remote databases synchronize with the SQL Azure database.  What should you recommend?()
    A

     Use SQLAzure Data Sync Service.

    B

     Use SQL Server replication.

    C

     Use SQL Server backup and restore.

    D

     Use SQL Server database snapshots.


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

  • 第12题:

    单选题
    假设某一系统,原来使用Access数据库,现在改用SQL server数据库,采用()方法可以快速完成两个数据库之间的数据转换动作。
    A

    SQL server的附加数据库功能

    B

    SQL server的还原数据库功能

    C

    在SQL server中直接打开Access数据库,另存即可

    D

    使用SQL server的的导入/导出功能


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

  • 第13题:

    你计划的现有应用程序迁移到Windows Azure和SQL Azure。当前的应用程序包含报告由SQL Server的报告服务。您需要推荐一个方法迁移报告。你应该推荐()

    • A、使用SQL Azure托管客户端报告定义。
    • B、使用SQL Azure主机服务器报告定义。
    • C、使用Windows Azure托管客户端报告定义在一个ASP.NET网页。
    • D、使用Windows Azure主机服务器报告定义在一个ASP.NET网页。

    正确答案:C

  • 第14题:

    你正在设计一个计划对现有的Microsoft SQL Server 2008数据库迁移到SQL Azure数据库包含一个SQL服务器代理工作,清理应用程序日志表。您需要推荐一个方法确保SQL Server代理工作继续不加修改地运行。你推荐()

    • A、使用SQL Azure数据同步服务。
    • B、在SQL Azure运行SQL Server代理。
    • C、使用SQL Server集成服务(ssi)连接到SQL Azure。
    • D、连接现有的本地SQL Server代理工作SQL Azure。

    正确答案:D

  • 第15题:

    用户已经连接到SQL Server但仍然无法访问数据库,原因是()。

    • A、未授予服务器操作系统的使用权
    • B、未授予SQL Server的访问权
    • C、未授予数据库的访问权
    • D、未授予SQL Server数据库对象的访问权

    正确答案:C

  • 第16题:

    你计划的部署SQL Azure数据库。你的公司有一个卷Microsoft SQL Server2008的许可协议。SQL Azure数据库必须保持每月99.9%的可用性。你需要推荐的方法减少每月的费用与SQL Azure数据库。该有关你推荐()

    • A、处理器许可证添加到现有的SQL Server许可协议。
    • B、消费购买Windows Azure平台订阅。
    • C、SQL Server服务提供商购买许可协议(改变)。
    • D、购买一个SQL Server Web扩展现有SQL Server许可证许可协议。

    正确答案:B

  • 第17题:

    假设一系统原来使用Access数据库,现要使用sql server数据库,采用()方法可以完成两个数据库之间的数据转换工作。

    • A、Sql server的附加数据库功能
    • B、Sql server的还原数据库功能
    • C、在Sql server中可直接打开Access数据库,另存即可。
    • D、Sql server的导入导出功能

    正确答案:D

  • 第18题:

    某公司的网络中有一台数据库服务器,服务器上运行的应用软SQL Server 2000.某日数据库管理员通过操作系统的工具“性能监视器”对SQL Server进行性能监视时,选择的监视对象为:SQL Server:Cache Manager,通过该对象他可以监视的内容为()

    • A、SQL Server数据库对象的分配
    • B、SQL Server复制代理程序的信息
    • C、SQL Server内存的使用信息
    • D、SQL Server高速缓存的信息

    正确答案:D

  • 第19题:

    NeTNUMeN网管使用SQL SERVER 2000数据库,SQL SERVER 2000至少需要()以上的补丁版本。


    正确答案:SP3

  • 第20题:

    You are designing a plan to migrate Microsoft SQL Server 2008 databases to SQL Azure. You do not plan to migrate the SQL Server databases to SQL Server 2008 R2.   You need to recommend an approach for performing bulk data transfers from the SQL Server databases to SQL Azure.  What should you recommend?()

    • A、 Use the bcp utility.
    • B、 Use the dta utility.
    • C、 Use the SQL Server Import and Export Wizard.
    • D、 Attach each SQL Server database to SQL Azure.

    正确答案:A

  • 第21题:

    You are designing a strategy for synchronizing a SQL Azure database and multiple remote Microsoft SQL Server 2008 databases.  The SQL Azure database contains many tables that have circular foreign key relationships.  You need to recommend an approach for ensuring that all changes in the remote databases synchronize with the SQL Azure database.  What should you recommend?()

    • A、 Use SQLAzure Data Sync Service.
    • B、 Use SQL Server replication.
    • C、 Use SQL Server backup and restore.
    • D、 Use SQL Server database snapshots.

    正确答案:A

  • 第22题:

    单选题
    You are designing a plan to migrate Microsoft SQL Server 2008 databases to SQL Azure. You do not plan to migrate the SQL Server databases to SQL Server 2008 R2.   You need to recommend an approach for performing bulk data transfers from the SQL Server databases to SQL Azure.  What should you recommend?()
    A

     Use the bcp utility.

    B

     Use the dta utility.

    C

     Use the SQL Server Import and Export Wizard.

    D

     Attach each SQL Server database to SQL Azure.


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

  • 第23题:

    单选题
    You are planning the deployment of a SQL Azure database.  Your company has a Volume Licensing Agreement for Microsoft SQL Server 2008. The SQL Azure database must maintain a monthly availability of 99.9%.   You need to recommend an approach for minimizing the monthly expenses associated with the SQL Azure database.  What should you recommend?()
    A

     Add a processor license to the existing SQL Server licensing agreement.

    B

     Purchase a Windows Azure consumption platform subscription.

    C

     Purchase a SQL Server Services Provider Licensing Agreement (SPLA).

    D

     Purchase a SQL Server Web license to extend the existing SQL Server licensing agreement.


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