你的SQL Server 2005数据库包含一个有500,000,000行数据的表。其中,一些是历史数据,一些是当前的数据。你需要在一个服务器上对数据进行分区,以提高性能和优化管理。你应该怎么做?()
A、A.进行水平分区
B、B.进行垂直分区
C、C.进行原始分区(raw partition)
D、D.进行分布式分区(distributed partitioning)
A、A.进行水平分区
B、B.进行垂直分区
C、C.进行原始分区(raw partition)
D、D.进行分布式分区(distributed partitioning)
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、从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、A.在事件查看器查看系统日志 B、B.在事件查看器查看应用程序日志 C、C.用记事本查看文件 C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ErrorLog.1 D、D.用记事本查看文件C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ErrorLog E、E.用记事本查看文件I C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\SQLAgent.out
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、A.Microsoft SQL Server 2005 Mobile Edition B、B.Microsoft SQL Server 2005 Express Edition C、C.Microsoft SQL Server 2005 Standard Edition D、D.Microsoft SQL Server 2005 Workgroup Edition
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.
A、Internet Information Services B、SQL Server Browser C、SQL Server Agent D、Microsoft Distributed Transaction Coordinator