更多“简述SQL Server 2005服务器与客户端的关系?”相关问题
  • 第1题:

    SQL SERVER2005的Managementstdio具有()功能

    • A、管理服务器
    • B、暂停、启动服务
    • C、执行SQL命令
    • D、注册服务器组

    正确答案:A

  • 第2题:

    简述SQL Server 2005中文件组的作用和分类


    正确答案: 主要作用:
    1、对于大型数据库,如果硬件设置上需要多个磁盘驱动器,就可以把特定的对象或文件分配到不同的磁盘上,将数据库文件组织成用户文件组。
    2、文件组可以帮助数据库管理人员执行相应的数据布局,以及某些管理任务。
    3、利用文件组,可以在特定的文件中定位特定的对象,从而将频繁查询修改的文件分离出来,以提高磁盘驱动器的效率,减少磁盘驱动器的争用。
    4、为便于分配和管理,可以将数据库对象和文件一起分成文件组。
    文件组有两种类型:
    1、主文件组。
    2、用户定义文件组。

  • 第3题:

    You need to migrate the DeliveryVans, AirlinePreferences, and SeasonalContractors databases into the data center. What should you do?()

    • A、Install a separate instance of SQL Server 2005 for each of the databases on a single server.
    • B、Create a SQL Server database for each of the databases in a single instance of SQL Server 2005.
    • C、Import the data from each of the databases into a single database in an instance of SQL Server 2005.
    • D、Install a default instance of SQL Server 2005 on three separate servers. Use one server for each of the databases.

    正确答案:B

  • 第4题:

    Microsoft SQL Server2005是一种基于客户机/服务器的关系型数据库管理系统,它使用()语言在服务器和客户机之间传递请求。

    • A、TCP/IP
    • B、T-SQL
    • C、C
    • D、ASP

    正确答案:B

  • 第5题:

    关于SQL Server配置管理器,下面描述错误的是()

    • A、SQL Server配置管理器用于管理与SQL Server相关联的服务
    • B、SQL Server配置管理器包括:SQL Server服务、SQLServer网络配置、对象资源管理器
    • C、SQL Server配置管理器可以配置SQL Server使用的网络协议
    • D、SQL Server配置管理器可以从客户端计算机管理网络连接配置

    正确答案:B

  • 第6题:

    ()工具是Microsoft SQL Server2005提供的集成环境,这种工具可以完成访问、配置、控制、管理和开发SQL Server的所有工作。

    • A、Microsoft SQL Server Management Studio 
    • B、SQL Server配置管理器  
    • C、Analysis Services   
    • D、SQL Server Business Intelligence Development Studio

    正确答案:A

  • 第7题:

    You need to identify the combinations of the Windows operating system and SQL Server 2005 version that will be the most appropriate for the new R&D configuration, which will include the Research, Parts, and Engineering databases.Which two combinations will be the most appropriate?()

    • A、Windows Server 2003 Enterprise Edition with SQL Server 2005 Enterprise Edition
    • B、Windows Server 2003 Datacenter Edition with SQL Server 2005 Enterprise Edition
    • C、Windows Server 2003 Standard Edition with SQL Server 2005 Enterprise Edition
    • D、Windows Server 2003 Enterprise Edition with SQL Server 2005 Standard Edition

    正确答案:A,B

  • 第8题:

    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. 

    正确答案:D

  • 第9题:

    你配置一个采用默认设置全新安装的SQL SERVER 2005计算机使用TCP/IP协议。公司的安全策略也要求每个服务器都使用防火墙。你发现在本地计算机上可以连接到这个SQL SERVER实例,但是客户端计算机却不能连接到这个SQL SERVER实例上。为了找到最有可能导致这个连接问题的原因,你首先应该做?()

    • A、检查防火墙是否打开了1433端口
    • B、检查防火墙是否打开了433端口
    • C、检查客户端计算机是否用Shared Memory 协议进行连接
    • D、检查服务器是否正在运行中

    正确答案:A

  • 第10题:

    单选题
    SQL Server 2005是基于()的。
    A

    关系型

    B

    文件系统

    C

    层次型

    D

    网络型


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

  • 第11题:

    判断题
    连接SQL Server 2005和SQL Server 2005 Express的连接字符串格式是一样 的
    A

    B


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

  • 第12题:

    判断题
    SQL Server 2000由两个部分组成:服务器组件和客户端工具。
    A

    B


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

  • 第13题:

    SQL Server 2000由两个部分组成:服务器组件和客户端工具。


    正确答案:正确

  • 第14题:

    连接SQL Server 2005和SQL Server 2005 Express的连接字符串格式是一样 的


    正确答案:错误

  • 第15题:

    You need to select the appropriate edition of SQL Server 2005 for the portable computers that are used in the Mortgage Data Cleansing project. Which edition should you use?()

    • A、Microsoft SQL Server 2005 Mobile Edition
    • B、Microsoft SQL Server 2005 Express Edition
    • C、Microsoft SQL Server 2005 Standard Edition
    • D、Microsoft SQL Server 2005 Workgroup Edition

    正确答案:B

  • 第16题:

    简述SQL Server 2005中存储过程和触发器的分类。


    正确答案:存储过程分为系统存储过程、本地存储过程、临时存储过程、远程存储过程和扩展存储过程。
    触发器:DML触发器是当数据库服务器中发生数据操作语言(DML)事件时会自动执行的存储过程。DDL触发器是在响应数据定义语言(DDL)语句时触发,一般用于数据库中执行管理任务。

  • 第17题:

    要想使SQL Server2005数据库管理系统开始工作,必须首先启动()。

    • A、SQL Server服务器
    • B、查询分析器
    • C、网络实用工具
    • D、数据导入和导出程序

    正确答案:A

  • 第18题:

    You need to design the consolidation plan for SQL1, SQL2, and SQL3. You need to identify the appropriate combination of SQL Server instances and SQL Server 2005 computers that are needed to fulfill the company’s consolidation plans and security requirements.Which combination should you use?()

    • A、one SQL Server 2005 computer with one instance
    • B、two SQL Server 2005 computers, each with two instances
    • C、two SQL Server computers, one with one instance and one with three instances
    • D、one SQL Server 2005 computer with two instances

    正确答案:D

  • 第19题:

    You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work a database administrator for your company. There is a Data Transformation Services (DTS) package, and the DTS package is stored in SQL Server 2000. And you plans to have the SQL Server 2000 migrated into SQL Server 2005. The DTS package dynamically configures precedence constraints by utilizing complex Microsoft Visual Basic Scripting Edition (VBScript). The SQL Server 2005 Package Migration Wizard is run by you, but the wizard cannot convert the package from SQL Server 2000 to SQL Server 2005. You are required to make sure that the DTS package runs in SQL Server 2005. And the package should be run in the shortest time.  Which action should be utilized?()

    • A、The SQL Server 2000 Data Transformation Services (DTS) package should be wrapped in an Execute DTS 2000 Package task.
    • B、The SQL Server 2000 Data Transformation Services (DTS) package should be manually recreated as a SQL Server Integration Services (SSIS) package.
    • C、The SQL Server 2000 Data Transformation Services (DTS) task should be configured to not utilize precedence constraints. Then, the SQL Server 2005 Package Migration Wizard should be run again.
    • D、The SQL Server 2005 Package Migration Wizard should be run. And when the upgrade fails, a Transfer SQL Server Objects task should be run.

    正确答案:A

  • 第20题:

    You need to ensure that the company’s standard password policy is enforced for all logins that areused to access SQL Server 2005.Which two actions should you perform?()

    • A、Set the appropriate local password policies for all computers on which SQL Server is installed.
    • B、Set the server authentication mode of all SQL Server instances to Windows Authentication mode.
    • C、Install all instances of SQL Server 2005 on computers that run Windows Server 2003 or later.
    • D、Create SQL Server logins that have CHECK_POLICY enabled.

    正确答案:C,D

  • 第21题:

    问答题
    简述SQL Server 2005服务器与客户端的关系?

    正确答案: 在使用SQL Server 2005软件过程中,客户机通常是指一些适合在家庭、实验室、办公环境下使用的安装了一些享用网络服务的PC,这些PC上网的目的是享受各种网络服务。
    服务器是指能够适应大容量数据存储和频繁的客户机访问操作的计算机,这类计算机一般配置大容量硬盘和24小时不间断的UPS电源、具备可热插拔功能、安装服务器和操作系统下的IIS软件,能够在计算机网络中提供各种网络服务。
    客户机通过网络将要求传递给服务器,服务器按照客户机的要求返回结果。
    解析: 暂无解析

  • 第22题:

    单选题
    SQL SERVER2005的Managementstdio具有()功能
    A

    管理服务器

    B

    暂停、启动服务

    C

    执行SQL命令

    D

    注册服务器组


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

  • 第23题:

    问答题
    简述SQL Server 2005中文件组的作用和分类

    正确答案: 主要作用:
    1、对于大型数据库,如果硬件设置上需要多个磁盘驱动器,就可以把特定的对象或文件分配到不同的磁盘上,将数据库文件组织成用户文件组。
    2、文件组可以帮助数据库管理人员执行相应的数据布局,以及某些管理任务。
    3、利用文件组,可以在特定的文件中定位特定的对象,从而将频繁查询修改的文件分离出来,以提高磁盘驱动器的效率,减少磁盘驱动器的争用。
    4、为便于分配和管理,可以将数据库对象和文件一起分成文件组。
    文件组有两种类型:
    1、主文件组。
    2、用户定义文件组。
    解析: 暂无解析