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

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

建立SQL Server服务器登录名可以通过SQL Server的SSMS (SQL Server Management Studio)工具实现,也可以通过T-SQL语句实现。


参考答案和解析
create
更多 “建立SQL Server服务器登录名可以通过SQL Server的SSMS (SQL Server Management Studio)工具实现,也可以通过T-SQL语句实现。” 相关考题
考题 在哪里可以查看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数据库的Management-Studio或者访问数据库的应用程序正常工作,()必须处于启动状态。A、SQL-Server-Analysis-Servers服务B、SQL-Server服务C、SQL-Server-Browser服务D、SQL-Server-Agent服务

考题 下列叙述中正确的是()。A、SQL SERVER实例是提供服务的,所以一个SQL Server实例称为一个数据库服务器B、SQL SERVER实例也叫做数据库引擎C、若计算机上安装多个SQL SERVER实例,则它们可以相互管理

考题 SSMS是SQL SERVER一个集成的可视化管理工具,其全称是()

考题 在SQL SERVER中可以使用SET TRANSACTION ISOLATION语句设置事务的隔离级别,SQL SERVER的默认隔离级别是()。

考题 在SQL SERVER服务器上,存储过程是一组预先定义的Transact-SQL语句,可以用()来声明游标

考题 某公司的网络中有一台数据库服务器,服务器上运行的应用软件为SQLServer2000某日数据库管理员通过操作系统提供的工具“性能监视器”对SQL Server进行性能监视时,选择的监视对象为:SQL Server:Databases,他可以通过该对象监视的内容为()A、SQL Server数据库对象的分配B、SQL Server复制代理程序的信息C、SQL Server所用的内存缓冲区的信息D、SQL Server数据库的信息

考题 关于SQL Server配置管理器,下面描述错误的是()A、SQL Server配置管理器用于管理与SQL Server相关联的服务B、SQL Server配置管理器包括:SQL Server服务、SQLServer网络配置、对象资源管理器C、SQL Server配置管理器可以配置SQL Server使用的网络协议D、SQL Server配置管理器可以从客户端计算机管理网络连接配置

考题 在SQL Server服务器上,存储过程是一组预先定义并()的T-SQL语句。A、保存B、编译C、解释D、编写

考题 某公司的网络中有一台数据库服务器,服务器上运行的应用软SQL Server 2000.某日数据库管理员通过操作系统的工具“性能监视器”对SQL Server进行性能监视时,选择的监视对象为:SQL Server:Cache Manager,通过该对象他可以监视的内容为()A、SQL Server数据库对象的分配B、SQL Server复制代理程序的信息C、SQL Server内存的使用信息D、SQL Server高速缓存的信息

考题 不可以启动和停止SQL Server2000服务的工具是()。A、SQL Server企业管理器B、SQL Server服务管理器C、Windows服务D、SQL Server查询分析器

考题 ()管理工具是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

考题 在哪里可以查看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中的管理——维护计划

考题 在SQL Server中主要是通过使用()运行Transact-SQL语句。

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

考题 TestKing.com uses SQL Server 2005. A user reports that an order processing application stopped responding in the middle of an order transaction. The users SQL Server session ID is 54. You need to find out if session 54 is blocked by another connection. If it is,you need to identify the blocking session ID. What are two possible ways to achieve this goal?()A、In SQL Server Management Studio, open the Activity Monitor. Open the Process Info page. View the blockedBy column for session 54.B、In SQL Server Management Studio,open the Activity Monitor. Open the Locks by Process page. View the Request Mode column for session 54.C、In SQL Server Management Studio, open a new query window and execute the following statement.SELECT * FROM sys.dm exec requests WHERE session id = 54View the blocking session id column.D、In SQL Server Management Studio, open a new query window and execute the following statement.SELECT * FROM sys.dm exec sessionsWHERE session id = 54View the status column.

考题 单选题在SQL Server服务器上,存储过程是一组预先定义并()的T-SQL语句。A 保存B 编译C 解释D 编写

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

考题 单选题在哪里可以查看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中的管理——维护计划

考题 填空题在SQL SERVER服务器上,存储过程是一组预先定义的Transact-SQL语句,可以用()来声明游标

考题 单选题某公司的网络中有一台数据库服务器,服务器上运行的应用软SQL Server 2000.某日数据库管理员通过操作系统的工具“性能监视器”对SQL Server进行性能监视时,选择的监视对象为:SQL Server:Cache Manager,通过该对象他可以监视的内容为()A SQL Server数据库对象的分配B SQL Server复制代理程序的信息C SQL Server内存的使用信息D SQL Server高速缓存的信息

考题 单选题You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. A user reports that when he runs a query, it takes a quite long time and it is still unfinished. As the IT support, you have to verify whether the query is blocked.  Which tool should you use? ()A You should use the Database Engine Tuning Advisor tool B You should use the Windows System Monitor tool C You should use the Job Activity Monitor tool in Microsoft SQL Server Management Studio D You should use the Activity Monitor tool in Microsoft SQL Server Management Studio

考题 多选题公司A使用的是SQL SERVER 2005 数据库。一个用户报告说:订单处理应用在处理一个订单事务的过程中停止响应。这个用户对应的SQL SERVER 进程ID是54.你需要查出进程54是否被其他连接阻塞。如果是,你需要确定阻塞者的进程ID,下面哪两个方法可能达到这个目的?()A在SQL Server Management Studio,打开活动监视器, 打开进程信息页,查看进程54的阻塞者列信息B在SQL Server Management Studio,打开活动监视器,打开按进程分类的锁页,查看进程54请求模式列C在SQL Server Management Studio ,打开新查询窗口并且执行如下语句:SELECT * FROM sys.dm_exec_requests WHERE session_id=54然后查看blocking_session_id列D在SQL Server Management Studio,打开新查询窗口并且执行如下语句:SELECT * FROM sys.dm_exec_sessionsWHERE session_id=54查看status列

考题 单选题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.You must make sure that all SQL Server instances are consistently configured for naming conventions, security settings, force index creation and avoidance of data fragmentation. So what action should you perform to achieve this goal?()A You should use the Database Engine Tuning Advisor. B In Microsoft SQL Server Management Studio, you should create a maintenance plan C You should use the SQL Server Configuration Manager D In Microsoft SQL Server Management Studio, you should create a policy

考题 多选题TestKing.com uses SQL Server 2005. A user reports that an order processing application stopped responding in the middle of an order transaction. The users SQL Server session ID is 54. You need to find out if session 54 is blocked by another connection. If it is,you need to identify the blocking session ID. What are two possible ways to achieve this goal?()AIn SQL Server Management Studio, open the Activity Monitor. Open the Process Info page. View the blockedBy column for session 54.BIn SQL Server Management Studio,open the Activity Monitor. Open the Locks by Process page. View the Request Mode column for session 54.CIn SQL Server Management Studio, open a new query window and execute the following statement.SELECT * FROM sys.dm exec requests WHERE session id = 54View the blocking session id column.DIn SQL Server Management Studio, open a new query window and execute the following statement.SELECT * FROM sys.dm exec sessionsWHERE session id = 54View the status column.

考题 填空题在SQL Server中主要是通过使用()运行Transact-SQL语句。