A、SQL Server 2000企业版 B、SQL Server 2000标准版 C、SQL Server 2000个人版 D、SQL Server 2000企业版;SQL Server 2000标准版;SQL Server 2000个人版都是
A、SQL Server 2000企业版 B、SQL Server 2000标准版 C、SQL Server 2000个人版 D、SQL Server 2000企业版;SQL Server 2000标准版;SQL Server 2000个人版都是
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、SQL Server 2000企业版 B、SQL Server 2000标准版 C、SQL Server 2000增强版 D、SQL Server 2000开发版
A、数据库引擎服务 B、SQL Server Management Studio C、SQL Server配置管理器 D、SQL Server 管理工具
A、使用配置数据库镜像安全向导为DB1创建端点并设置安全性。建立端点使用SQL SERVER 验证。 B、用Transact-SQL为每个Server实例配置数据库镜像端点及安全性。允许数据库镜像对出入 连接使用加密证书。 C、创建登录并将其添加到sysadmin组。设置每一个Server实例都使用SQL Server认证登录。然后使用数据库属性镜像页上配置安全性向导为DB1创建端点。 D、连接到各个Server实例并执行以下语句。CREATE ENDPOINT mirroring STATE = STARTED AS TCP ( LISTENER_PORT=5022)FOR DATABASE_MIRRORING(AUTHENTICATION = WINDOWS NTLM, ROLE=PARTNER);
A、 Use the bcp utility. B、 Use the dta utility. C、 Use the SQL Server Import and Export Wizard. D、 Attach each SQL Server database to SQL Azure.
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、 Use the SQL Azure Data Sync service. B、 Run the SQL Server Agent in SQL Azure. C、 Use SQL Server Integration Services (SSIS) to connect to SQL Azure. D、 Connect the existing on-premise SQL Server Agent jobs to SQL Azure.
A、Ensure that both SQL1 and SQL2 use the same login name as the security context foreach server. B、Configure SQL2 as a remote server. Write the query on SQL1. C、Configure SQL2 as a linked server to impersonate the remote login. D、Configure SQL2 as a distributed server. Use pass-through authentication.
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身份。点击连接按钮