在SQL SERVER中可以使用SET TRANSACTION ISOLATION语句设置事务的隔离级别,SQL SERVER的默认隔离级别是()。
第1题:
在SQL SERVER中,从游标中读取记录使用()语句。
第2题:
Which two statements describe the behavior of the server's SQL mode?()
第3题:
在SQL Server2000系统中,每条SELECT语句能够同时为多个变量赋值,每条SET语句只能为一个变量赋值。
第4题:
在SQL Server 2000的查询分析器中,按默认参数创建一个名为“库存”的数据库, 要求其保存在指定位置:D盘的“用户”目录。请使用SQL语句写出程序。
第5题:
在SQL Server中,前后相邻的语句之间可以使用()、()或()字符分开。
第6题:
在SQL SERVER2000删除记录可以使用()语句。
第7题:
You need to resolve the blocking issue that is affecting the performance of the CRM system. What should you do?()
第8题:
TestKing.com has two SQL Server 2005 computers named SQL1 and SQL2. Transaction log shipping occurs from SQL1 to SQL2 by using default SQL Server Agent schedule settings. You need to reconfigure transaction log shipping to provide minimum latency on SQL2. What should you do?()
第9题:
第10题:
第11题:
第12题:
第13题:
在SQL server 2000中,小王可以正常地使用某一表上的索引,但却无法使用该表某一列上的全文索引,则在下列选项中最有可能导致这种情况的原因是()服务没有启动.
第14题:
在SQL SERVER中隐式事务默认是(),要想使用隐式事务可使用SET IMPLICIT_TRANSACTIONS ON,将其切换隐式事务模式。
第15题:
使用游标可以进行更新和删除。此时,与普通的更新和删除的SQL语句比较,增加了子句()<游标名>。 在SQL SERVER中,从游标中读取记录使用()语句。
第16题:
SQL Server 2000提供的服务中,管理SQL Server周期性行为的安排,并在发生错误时通知系统管理员的是()
第17题:
在SQL Server中主要是通过使用()运行Transact-SQL语句。
第18题:
在SQL*PLUS环境中,若想通过执行PL/SQL代码来显示指定的字符串,应该首先做哪项设置()
第19题:
公司A有两台SQL SERVER 2005服务器,分别名为SQL1和SQL2。从SQL1到SQL2正在利用SQL SERVER Agent缺省计划设置进行着事务日志传送。你需要重新配置一下事务日志传送作业的设置,以使传送滞后时间达到最小,你应该怎么做?()
第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?()
第21题:
MS SQL Server
SQL Server Agent
MS DTC(Distributed Transaction Coordinator)
Microsoft Server Service
第22题:
The server's SQL mode determines how the server should behave when performing data validation check and interpreting different forms of syntax
The server's SQL mode determines whether the server should be read-only or should accept commands such as INSERT and UPDATE
The server's SQL mode can be changed at the session level with a SET SESSION sql_mode=new_value command
The server's SQL mode, when globally set on a slave server, applies to events sent from the master
第23题: