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

题目内容 (请给出正确答案)
下列关于SQL Server 2008游标中@@FETCH_STATUS的说法,正确的是( )。

A.每当对游标执行一次FETCH语句,系统都会自动对@@FETCH_STATUS赋一次值

B.用户可以对@@FETCH_STATUS变量进行赋值

C.用户可以在游标中声明@@FETCH_STATUS变量

D.每个游标都有一个专属于自己的@@FETCH_STATUS变量


参考答案

更多 “ 下列关于SQL Server 2008游标中@@FETCH_STATUS的说法,正确的是( )。 A.每当对游标执行一次FETCH语句,系统都会自动对@@FETCH_STATUS赋一次值B.用户可以对@@FETCH_STATUS变量进行赋值C.用户可以在游标中声明@@FETCH_STATUS变量D.每个游标都有一个专属于自己的@@FETCH_STATUS变量 ” 相关考题
考题 在SQL Server 2008中,用于判断游标数据提取状态的全局变量是【4】。

考题 在SQL Server 2008中,计算两个日期之差的函数是【6】。

考题 关于Windows Server 2008操作系统的描述中,正确的是A.系统集成了SQL Server 2008B.虚拟化技术采用了Hypervisor软件层C.系统不集成IIS服务D.系统体现了开源的趋势

考题 试题27关于Windows Server 2008操作系统的描述中,正确的是( )。A.系统集成了SQL Server 2008B.虚拟化技术采用了Hypervisor软件层C.系统不集成IIS服务D.系统体现了开源的趋势

考题 在哪里可以查看SQL Server 2008中的当前日志()。 A.SQL Server Management Studio中的安全性——SQL Server日志B.SQL Server Management Studio中的数据库——SQL Server日志C.SQL Server Management Studio中的管理——SQL Server日志D.SQL Server Management Studio中的管理——维护计划

考题 下列关于SQL Server 2008中guest用户的说法,错误的是( )。A.guest用户没有对应的登录账户名SX 下列关于SQL Server 2008中guest用户的说法,错误的是( )。A.guest用户没有对应的登录账户名B.通过授权语句可以启用数据库中的guest用户C.所有数据库用户都继承该数据库中guest用户的权限D.任何SQL Server登录账户都可以访问启用了9uest用户的数据库

考题 设数据库管理员为SQL Server 2008默认实例中的某数据库实施了基于维护计划的数据库备份任务。配置完成后,发现此维护计划并未执行但数据库运行正常。有关此维护计划未执行的原因,下列说法中最有可能的是( )。A.“SQL Server(MSSQLSERVER)”服务未启动B.“SQL Server代理(MSSQLSERVER)”服务未启动C.“SQL Server Browser”服务未启动D.“SQL Server VSS Writer”服务未启动

考题 下列关于SQL Server 2008身份验证模式的说法,错误的是( )。A.在“Windows身份验证模式”下,不允许sa登录到SQL Server服务器B.在“Windows身份验证模式”下,所有Windows用户都自动具有登录到SQL Server服务器的权限C.不管是哪种身份验证模式,Windows中的Administrator无需授权就可登录到SQL Server服务器D.安装好SQL Server之后,可以根据需要随时更改身份验证模式

考题 利用游标机制可以实现对查询结果集的逐行操作。下列关于SQLServer 2008中游标的说法中,错误的是( )。A.每个游标都有一个当前行指针,当游标打开后,当前行指针自动指向结果集的第一行数据B.如果在声明游标时未指定INSENSITIVE选项,则已提交的对基表的更新都会反映在后面的提取操作中C.当@@FETCH_STATUS=0时,表明游标当前行指针已经移出了结果集范围D.关闭游标之后,可以通过OPEN语句再次打开该游标

考题 下列关于SQL Server 2008中guest的说法,错误的是( )。 A.guest在未启用时不能使用B.可以为guest授权C.guest是系统定义的一个登录账户D.guest主要用于提供匿名访问

考题 在SQL Server 2008中,系统提供的具有管理员权限的角色是__________。

考题 在SQL SERVER中,从游标中读取记录使用()语句。

考题 SQL Server 支持三种类型的游标:()

考题 使用游标可以进行更新和删除。此时,与普通的更新和删除的SQL语句比较,增加了子句()游标名。 在SQL SERVER中,从游标中读取记录使用()语句。

考题 下列软件中,()是常见的Web服务器软件。A、Sql Server 2008B、Office软件C、QQD、Apache HTTP Server

考题 下列关于MS SQL Server2000的叙述中,正确的是()。A、在MS SQL Server2000中不能够处理XML数据B、在MS SQL Server2000中可以方便安全地通过Web访问数据C、在MS SQL Server2000中并没有使现有的OLAP多维数据集在Web上链接和分析D、在MS SQL Server2000中不提供多实例支持,不允许在单个机器上安装多个孤立的SQL Server

考题 下列关于SQL Server2008中Master数据库的说法,正确的是()A、可以对Master数据库执行分离操作B、可以对Master数据库执行附加操作C、可以删除Master数据库D、可以对Master进行备份和恢复操作

考题 在哪里可以查看SQL Server 2008中的当前日志()。A、SQLServer Management Studio中的管理——SQL Server日志B、SQLServer Management Studio中的管理——维护计划C、SQLServer Management Studio中的安全性——SQL Server日志D、SQLServer Management Studio中的数据库——SQL Server日志

考题 在哪里可以查看SQL Server 2008中的当前日志()。A、SQL Server Management Studio中的安全性——SQLServer日志B、SQL Server Management Studio中的数据库——SQLServer日志C、SQL Server Management Studio中的管理——SQLServer日志D、SQL Server Management Studio中的管理——维护计划

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

考题 单选题下列关于SQL Server2008中Master数据库的说法,正确的是()A 可以对Master数据库执行分离操作B 可以对Master数据库执行附加操作C 可以删除Master数据库D 可以对Master进行备份和恢复操作

考题 单选题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 work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. According to the company requirement, you migrate an application from Microsoft SQL Server 2000 to Microsoft SQL Server 2008. You have to monitor the SQL Server instance, and record the use of features which will be discontinued. What should you do? ()A The SQL Server 2008 Upgrade Advisor should be used B You should use a SQL server-side trace. The trace captures the Deprecation Announcement and Deprecation Final Support event classes C You should use the SQL Server Profiler. The profiler captures the SQL:BatchCompleted and Exception event classes D You should use a SQL server-side trace. The trace captures the SQL:BatchCompleted and Exception event classes. 

考题 填空题在SQL SERVER中,从游标中读取记录使用()语句。

考题 填空题使用游标可以进行更新和删除。此时,与普通的更新和删除的SQL语句比较,增加了子句()。 在SQL SERVER中,从游标中读取记录使用()语句。

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

考题 在oracle中,下列关于PL/SQL的说法正确的是? (1.0分) [多选] A. PL/SQL 支持DML B. PL/SQL 支持游标操作和事务 C. 可执行部分的是必须的 D. 异常处理部分是必选的 E. PL/SQL 支持DDL 和DCL