A、从SQL1控制台运行SQL Server Profiler。将跟踪信息存储到SQL1上的表中 B、从连接到SQL1的远程桌面运行SQL Server Profiler。将跟踪信息存储到另一台计算机的文件中 C、连接到SQL1的一台独立计算机中运行SQL Server Profiler。将跟踪信息存储到SQL1上的表中 D、从连接到SQL1的一台独立计算机中运行SQL Server Profiler。将跟踪信息存储到运行SQL Server Profiler的计算机文件中
A、从SQL1控制台运行SQL Server Profiler。将跟踪信息存储到SQL1上的表中 B、从连接到SQL1的远程桌面运行SQL Server Profiler。将跟踪信息存储到另一台计算机的文件中 C、连接到SQL1的一台独立计算机中运行SQL Server Profiler。将跟踪信息存储到SQL1上的表中 D、从连接到SQL1的一台独立计算机中运行SQL Server Profiler。将跟踪信息存储到运行SQL Server Profiler的计算机文件中
A、用osql实用工具连接到SQL1 B、使用专用管理员连接的sqlcmd实用工具连接到SQL1 C、用SQL Server Management Studio连接到SQL1。打开一个查询窗口并执行以下语句:DBCC TRACEON 1244 D、在SQL Server Management Studio中,在工具栏上,点击数据库引擎查询以打开连接到数据库引擎对话框。在服务器名称文本框内,敲入ADMIN:SQL1。选择SQL Server身份认证并提供你的sa身份。点击连接按钮
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.
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.
A、A.one SQL Server 2005 computer with one instance B、B.two SQL Server 2005 computers, each with two instances C、C.two SQL Server computers, one with one instance and one with three instances D、D.one SQL Server 2005 computer with two instances
A、改变SQL SERVER 安全身份验证模式为“SQL SERVER 和 Windows 身份验证模式” B、改变SQL SERVER 安全身份验证模式为“Windows 身份验证模式” C、保证创建的登录名是带方括号([])的。(例如:[loginname]) D、通过用CREATE USER 语句给新创建的登录访问指定数据库的权限
A、A.在SQL1上,设置事务日志备份作业的执行计划为每分钟执行一次。在SQL2上 ,日志传送的复制作业和还原作业维持默认的计划设置不变。 B、B.在SQL1上,设置事务日志备份作业的执行计划为SQL Server Agent 启动时自动启动执行。在SQL2上,设置日志传送的复制作业和还原作业的执行计划为SQL Server Agent 启动时自动启动执行。 C、C.在SQL1上,维持事务日志备份作业为缺省设置不变。在SQL2上,设置日志传送的复制作业和还原作业的执行计划为SQL Server Agent 启动时自动启动执行。 D、D.在SQL1上,设置事务日志备份作业的执行计划为每分钟执行一次。在SQL2上,设置日志传送的复制作业和还原作业的执行计划为每分钟执行一次。