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

题目

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


相似考题
更多“连接SQL Server 2005和SQL Server 2005 Express的连接字符串格式是一样 的”相关问题
  • 第1题:

    什么是SQL Server 2005实例,其主要功能有哪些?


    正确答案: SQL Server 2005 的实例实际上就是虚拟的SQL Server 服务器。每个实例都包括一组私 有的程序和数据文件,同时也可以和其他实例共用一组共享程序或文件。
    在数据库实例中,可以创建数据库及其对象,实现安全性,对服务器对象、复制和SQL Server 代理等进行管理。数据库引擎是服务器的核心部件,SQL Server Management Studio 是SQL Server 2005 最重要的管理工具,用于访问、配置和管理SQL Server 2005的组件。

  • 第2题:

    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

  • 第3题:

    SQL Server 2005有哪些数据类型?


    正确答案:SQL Server中数据类型分为整型、浮点型、二进制数据型、逻辑型、字符型、文本型、图形型、日期时间型、货币型、自定义类型、可变数据类型和表数据类型。

  • 第4题:

    要连接到服务器,SQL SERVER提供了()和()两种身份认证方式。要想通过Internet远程连接,最好使用SQL Server身份认证。


    正确答案:windows;SQL Server

  • 第5题:

    SQL Server 2005中表查询的命令是()。

    • A、USE
    • B、SELECT
    • C、UPDATE
    • D、DROP

    正确答案:B

  • 第6题:

    ()管理工具是SQL SERVER2005提供的集成环境,它能完成访问、配置和管理SQL SERVER的所有任务。

    • A、SQL SERVER Management Studio
    • B、SQL SERVER配置管理器
    • C、企业管理器
    • D、查询分析器

    正确答案:A

  • 第7题:

    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

  • 第8题:

    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

  • 第9题:

    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

  • 第10题:

    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

  • 第11题:

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

    B


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

  • 第12题:

    单选题
    ()工具是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
    解析: 暂无解析

  • 第13题:

    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

  • 第14题:

    在SQL Server 2005中,用户自定义函数分为()。

    • A、标量值函数
    • B、数学函数
    • C、表值函数
    • D、字符串函数

    正确答案:A,C

  • 第15题:

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


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

  • 第16题:

    SQL Server 2005所使用的运算符类别有哪些?


    正确答案:SQL Server 2005系统中,可以使用的运算符可以分为算术运算符、逻辑运算符、赋值运算符、字符串串联运算符、按位运算符、一元运算符及比较运算符等。

  • 第17题:

    SQL Server 2005中删除表的命令是()。

    • A、DELETE
    • B、SELECT
    • C、UPDATE
    • D、DROP

    正确答案:D

  • 第18题:

    ()工具是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

  • 第19题:

    公司A有一个名为SQL1的SQL Server 2005服务器。SQL1设置为SQL Server和Windows身份认证模式。使用Windows认证,在SQL1上你有sysadmin权限。使用SQL1工作的所有用户都反映说:使用SQL1的所有应用程序均停止响应。你的上司让你去调查此问题。在任务管理器中,你注意到CPU使用率为100%。你试图用SQL Server Management Studio连接到SQL1。但SQL1没有响应。你需要连接到SQL1才能诊断问题。哪两种方法可能让你达成此目标?()

    • A、用osql实用工具连接到SQL1
    • B、使用专用管理员连接的sqlcmd实用工具连接到SQL1
    • C、用SQL Server Management Studio连接到SQL1。打开一个查询窗口并执行以下语句:DBCC TRACEON 1244
    • D、在SQL Server Management Studio中,在工具栏上,点击数据库引擎查询以打开连接到数据库引擎对话框。在服务器名称文本框内,敲入ADMIN:SQL1。选择SQL Server身份认证并提供你的sa身份。点击连接按钮

    正确答案:B,D

  • 第20题:

    你有一台名为SQL1的SQL Server 2005服务器。用户反映运行在SQL1上的查询所需要的时间正稳步增长。你想用SQL Server Profiler追踪所有用户查询以调查此问题。你要决定在哪一个计算机上运行SQL Server Profiler,并且在这个计算机上存储相应的跟踪文件。要求,你的操作必须对SQL1性能的影响降到最低。你会如何做?()

    • A、从SQL1控制台运行SQL Server Profiler。将跟踪信息存储到SQL1上的表中
    • B、从连接到SQL1的远程桌面运行SQL Server Profiler。将跟踪信息存储到另一台计算机的文件中
    • C、连接到SQL1的一台独立计算机中运行SQL Server Profiler。将跟踪信息存储到SQL1上的表中
    • D、从连接到SQL1的一台独立计算机中运行SQL Server Profiler。将跟踪信息存储到运行SQL Server Profiler的计算机文件中

    正确答案:D

  • 第21题:

    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

  • 第22题:

    You work in a company which uses SQL Server 2008. You are the administrator of the company database. In your company there is a server which contains a default SQL Server 2005 instance. For a new application, you have to install a SQL Server 2008 instance on the server. Your company CIO assigns a task to you. You must make sure that the respective certified third-party applications have access to both database instances. You have to achieve this goal without changing the existing application environments. So what should you do to achieve this by using as little database administrative effort as possible?()

    • A、You should install SQL Server 2008 as a named instance, and make the new application to use the new instance. 
    • B、You should install SQL Server 2008 as the default instance, and make the new application to use the default instance. 
    • C、You should upgrade the SQL Server 2005 application to use SQL Server 2008. 
    • D、You should upgrade the SQL Server 2005 instance to a SQL Server 2008 instance. 

    正确答案:A

  • 第23题:

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

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