网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

公司A使用SQL SERVER 2005 数据库。最近,用户报告“收到订单处理系统出现死锁的错误消息“的频率增加了(订单处理系统最近常出现死锁)。你需要去监视在死锁发生时,那一个对象和SQL SERVER进程ID正在运行。为此,你需要在死锁发生时,每一个参与者的状态信息,你应该如何得到?()

  • A、通过使用SQL Server Profiler跟踪Lock:Timeout事件。
  • B、通过使用系统监视器,观察SQLServer:Locks - Number of Deadlocks/sec 计数器。
  • C、通过使用SQL Server Profiler跟踪Lock:Deadlock事件。
  • D、通过使用SQL Server Profiler跟踪Lock:Deadlock Chain事件。

参考答案

更多 “公司A使用SQL SERVER 2005 数据库。最近,用户报告“收到订单处理系统出现死锁的错误消息“的频率增加了(订单处理系统最近常出现死锁)。你需要去监视在死锁发生时,那一个对象和SQL SERVER进程ID正在运行。为此,你需要在死锁发生时,每一个参与者的状态信息,你应该如何得到?()A、通过使用SQL Server Profiler跟踪Lock:Timeout事件。B、通过使用系统监视器,观察SQLServer:Locks - Number of Deadlocks/sec 计数器。C、通过使用SQL Server Profiler跟踪Lock:Deadlock事件。D、通过使用SQL Server Profiler跟踪Lock:Deadlock Chain事件。” 相关考题
考题 下列哪个版本的SQL Server是完全由微软公司开发的第一个SQL Server版本( )。 A、SQL Server4.2B、SQL Server6.0C、SQL Server 7.0D、SQL Server 2000

考题 请教一个SQL SERVER 2005数据导入的问题 在SQL SERVER 2005使用数据导入功能的时候,可以使用输入SQL语句方式导入数据。但我发现,每次只能输入一条查询语句,导入到一个表。我想要实现我输入N条查询语句,就像选择N张表导入一样,不知道该如何实现?

考题 SQL Server2005提供的单行注释语句是使用()开始的一行内容。A.“/*”B.“--”C.“{”D.“/”

考题 你正在设计一个计划迁移Microsoft SQL Server 2008数据库SQL Azure。你不计划来迁移SQL Server数据库SQL Server 2008 R2,你需要推荐一个方法执行批量数据传输从SQL Server数据库SQL Azure。你推荐什么?()A、使用bcp工具。B、使用dta效用。C、使用SQL Server导入和导出向导。D、附上每个SQL Server数据库SQL Azure。

考题 SQL Server2005的表有哪几种?

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

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

考题 SQL Server 2005有哪些数据类型?

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

考题 SQL Server2005提供的单行注释语句是使用()开始的一行内容。A、“/*”B、“--”C、“{”D、“/”

考题 SQL Server 2005中删除表的命令是()。A、DELETEB、SELECTC、UPDATED、DROP

考题 ()管理工具是SQL SERVER2005提供的集成环境,它能完成访问、配置和管理SQL SERVER的所有任务。A、SQL SERVER Management StudioB、SQL SERVER配置管理器C、企业管理器D、查询分析器

考题 ()工具是Microsoft SQL Server2005提供的集成环境,这种工具可以完成访问、配置、控制、管理和开发SQL Server的所有工作。A、Microsoft SQL Server Management StudioB、SQL Server配置管理器C、Analysis ServicesD、SQL Server Business Intelligence Development Studio

考题 TestKing.com has a server named SQL1 that runs SQL Server 2005 Enterprise Edition.SQL1 has 2 GB of RAM, 1.6 GB of which are used by the default SQL Server database engine instance. The average data growth of all databases combined is 100 MB a month. Users state that report execution times are increasing. You want to assess whether more RAM is needed. You need to use System Monitor to create a counter log that will help you decide whether to add RAM. Which performance object should you add to the counter log?()A、MSAS 2005:CacheB、MSAS 2005:MemoryC、MSAS 2005:Proactive CachingD、SQLServer:Buffer Manager

考题 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 RD 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 EditionB、Windows Server 2003 Datacenter Edition with SQL Server 2005 Enterprise EditionC、Windows Server 2003 Standard Edition with SQL Server 2005 Enterprise EditionD、Windows Server 2003 Enterprise Edition with SQL Server 2005 Standard Edition

考题 公司A的应用开发人员创建了一个包含CLR函数的动态连接库(dll),这个CLR函数读取电子表格的数据,进行运算后把数据写回到SQL SERVER 2005数据库中。为此,你需要使用CREATE ASSEMBLY语句在SQL Server 2005中注册这个类库、并且设置SQL Server 访问程序集时向程序集授予最小的安全权限许可。请问,你应该使用下面哪一个许可设置?()A、DefaultB、SAFEC、EXTERNAL_ACCESSD、UNSAFE

考题 单选题()工具是Microsoft SQL Server2005提供的集成环境,这种工具可以完成访问、配置、控制、管理和开发SQL Server的所有工作。A Microsoft SQL Server Management StudioB SQL Server配置管理器C Analysis ServicesD SQL Server Business Intelligence Development Studio

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

考题 多选题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?()ASet the appropriate local password policies for all computers on which SQL Server is installed.BSet the server authentication mode of all SQL Server instances to Windows Authentication mode.CInstall all instances of SQL Server 2005 on computers that run Windows Server 2003 or later.DCreate SQL Server logins that have CHECK_POLICY enabled.

考题 单选题SQL Server2005中,使用()可以创建一个触发器。A create procedureB create tableC create triggerD create index

考题 单选题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 EditionB Microsoft SQL Server 2005 Express EditionC Microsoft SQL Server 2005 Standard EditionD Microsoft SQL Server 2005 Workgroup Edition

考题 单选题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.

考题 单选题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. 

考题 单选题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.

考题 单选题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. 

考题 单选题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 instanceB two SQL Server 2005 computers, each with two instancesC two SQL Server computers, one with one instance and one with three instancesD one SQL Server 2005 computer with two instances

考题 单选题SQL Server2005提供的单行注释语句是使用()开始的一行内容。A “/*”B “--”C “{”D “/”