A.每当对游标执行一次FETCH语句,系统都会自动对@@FETCH_STATUS赋一次值
B.用户可以对@@FETCH_STATUS变量进行赋值
C.用户可以在游标中声明@@FETCH_STATUS变量
D.每个游标都有一个专属于自己的@@FETCH_STATUS变量
第1题:
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中的管理——维护计划
第2题:
设数据库管理员为SQL Server 2008默认实例中的某数据库实施了基于维护计划的数据库备份任务。配置完成后,发现此维护计划并未执行但数据库运行正常。有关此维护计划未执行的原因,下列说法中最有可能的是( )。
A.“SQL Server(MSSQLSERVER)”服务未启动
B.“SQL Server代理(MSSQLSERVER)”服务未启动
C.“SQL Server Browser”服务未启动
D.“SQL Server VSS Writer”服务未启动
第3题:
利用游标机制可以实现对查询结果集的逐行操作。下列关于SQLServer 2008中游标的说法中,错误的是( )。
A.每个游标都有一个当前行指针,当游标打开后,当前行指针自动指向结果集的第一行数据
B.如果在声明游标时未指定INSENSITIVE选项,则已提交的对基表的更新都会反映在后面的提取操作中
C.当@@FETCH_STATUS=0时,表明游标当前行指针已经移出了结果集范围
D.关闭游标之后,可以通过OPEN语句再次打开该游标
第4题:
在SQL Server 2008中,系统提供的具有管理员权限的角色是__________。
第5题:
SQL Server 支持三种类型的游标:()
第6题:
下列软件中,()是常见的Web服务器软件。
第7题:
下列关于SQL Server2008中Master数据库的说法,正确的是()
第8题:
在哪里可以查看SQL Server 2008中的当前日志()。
第9题:
可以对Master数据库执行分离操作
可以对Master数据库执行附加操作
可以删除Master数据库
可以对Master进行备份和恢复操作
第10题:
The SQL Server 2008 Upgrade Advisor should be used
You should use a SQL server-side trace. The trace captures the Deprecation Announcement and Deprecation Final Support event classes
You should use the SQL Server Profiler. The profiler captures the SQL:BatchCompleted and Exception event classes
You should use a SQL server-side trace. The trace captures the SQL:BatchCompleted and Exception event classes.
第11题:
第12题:
在oracle中,下列关于PL/SQL的说法正确的是? (1.0分) [多选]
A. PL/SQL 支持DML B. PL/SQL 支持游标操作和事务 C. 可执行部分的是必须的 D. 异常处理部分是必选的 E. PL/SQL 支持DDL 和DCL
答案: B D
第13题:
下列关于SQL Server 2008中guest用户的说法,错误的是( )。
A.guest用户没有对应的登录账户名
B.通过授权语句可以启用数据库中的guest用户
C.所有数据库用户都继承该数据库中guest用户的权限
D.任何SQL Server登录账户都可以访问启用了9uest用户的数据库
第14题:
下列关于SQL Server 2008身份验证模式的说法,错误的是( )。
A.在“Windows身份验证模式”下,不允许sa登录到SQL Server服务器
B.在“Windows身份验证模式”下,所有Windows用户都自动具有登录到SQL Server服务器的权限
C.不管是哪种身份验证模式,Windows中的Administrator无需授权就可登录到SQL Server服务器
D.安装好SQL Server之后,可以根据需要随时更改身份验证模式
第15题:
A.guest在未启用时不能使用
B.可以为guest授权
C.guest是系统定义的一个登录账户
D.guest主要用于提供匿名访问
第16题:
在SQL SERVER中,从游标中读取记录使用()语句。
第17题:
使用游标可以进行更新和删除。此时,与普通的更新和删除的SQL语句比较,增加了子句()<游标名>。 在SQL SERVER中,从游标中读取记录使用()语句。
第18题:
下列关于MS SQL Server2000的叙述中,正确的是()。
第19题:
在哪里可以查看SQL Server 2008中的当前日志()。
第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?()
第21题:
You should install SQL Server 2008 as a named instance, and make the new application to use the new instance.
You should install SQL Server 2008 as the default instance, and make the new application to use the default instance.
You should upgrade the SQL Server 2005 application to use SQL Server 2008.
You should upgrade the SQL Server 2005 instance to a SQL Server 2008 instance.
第22题:
第23题:
You should install SQL Server 2008 as the default instance, and configure the new application to use the default instance
You should upgrade the SQL Server 2005 application to use SQL Server 2008
You should upgrade the SQL Server 2005 instance to a SQL Server 2008 instance
You should install SQL Server 2008 as a named instance, and make the new application use the new instance.