通常情况,SQL Server 2005主要支持PRIMARY约束、UNIQUE约束、CHECK约束、DEFAULT约束、FOREIGN约束。()在定义列时,它可以为表中的指定列提供默认值。
第1题:
连接SQL Server 2005和SQL Server 2005 Express的连接字符串格式是一样 的
第2题:
SQL Server 2005有哪些数据类型?
第3题:
SQL Server 2005中删除表的命令是()。
第4题:
()工具是Microsoft SQL Server2005提供的集成环境,这种工具可以完成访问、配置、控制、管理和开发SQL Server的所有工作。
第5题:
TestKing.com has multiple servers in a distributed environment. You work with two SQL Server 2005 computers named SQL1 and SQL2. Each server uses SQL Server Authentication and they use different logins.You need to write a distributed query that joins the data on SQL1 with the data on SQL2. What should you do?()
第6题:
You are a database administrator for your company. You are configuring a new SQL Server 2005 computer named SQL1. SQL1 will run Reporting Services. It will also be configured to automatically perform database backups and other maintenance tasks. There are no other SQL Server computers in the network environment. All access to SQL1 will be made by using SQL1s DNS name. You need to disable any unnecessary services on SQL1. Which service or services should you disable?()
第7题:
对
错
第8题:
Microsoft SQL Server 2005 Mobile Edition
Microsoft SQL Server 2005 Express Edition
Microsoft SQL Server 2005 Standard Edition
Microsoft SQL Server 2005 Workgroup Edition
第9题:
第10题:
The SQL Server 2000 Data Transformation Services (DTS) package should be wrapped in an Execute DTS 2000 Package task.
The SQL Server 2000 Data Transformation Services (DTS) package should be manually recreated as a SQL Server Integration Services (SSIS) package.
The SQL Server 2000 Data Transformation Services (DTS) task should be configured to not utilize precedence constraints. Then, the SQL Server 2005 Package Migration Wizard should be run again.
The SQL Server 2005 Package Migration Wizard should be run. And when the upgrade fails, a Transfer SQL Server Objects task should be run.
第11题:
You should install SQL Server 2008 as a named instance, and make the new application to use the new instance.
You should install SQL Server 2008 as the default instance, and make the new application to use the default instance.
You should upgrade the SQL Server 2005 application to use SQL Server 2008.
You should upgrade the SQL Server 2005 instance to a SQL Server 2008 instance.
第12题:
You should install SQL Server 2008 as the default instance, and configure the new application to use the default instance
You should upgrade the SQL Server 2005 application to use SQL Server 2008
You should upgrade the SQL Server 2005 instance to a SQL Server 2008 instance
You should install SQL Server 2008 as a named instance, and make the new application use the new instance.
第13题:
下面()不是SQL Server 2005的数据库对象。
第14题:
SQL Server 2005所使用的运算符类别有哪些?
第15题:
()管理工具是SQL SERVER2005提供的集成环境,它能完成访问、配置和管理SQL SERVER的所有任务。
第16题:
TestKing.com has a server named SQL1 that runs SQL Server 2005 Enterprise Edition.SQL1 has 2 GB of RAM, 1.6 GB of which are used by the default SQL Server database engine instance. The average data growth of all databases combined is 100 MB a month. Users state that report execution times are increasing. You want to assess whether more RAM is needed. You need to use System Monitor to create a counter log that will help you decide whether to add RAM. Which performance object should you add to the counter log?()
第17题:
You need to identify the combinations of the Windows operating system and SQL Server 2005 version that will be the most appropriate for the new R&D configuration, which will include the Research, Parts, and Engineering databases.Which two combinations will be the most appropriate?()
第18题:
Microsoft SQL Server Management Studio
SQL Server配置管理器
Analysis Services
SQL Server Business Intelligence Development Studio
第19题:
Set the appropriate local password policies for all computers on which SQL Server is installed.
Set the server authentication mode of all SQL Server instances to Windows Authentication mode.
Install all instances of SQL Server 2005 on computers that run Windows Server 2003 or later.
Create SQL Server logins that have CHECK_POLICY enabled.
第20题:
To achieve the goal, DBCC DBREINDEX should be utilized.
To achieve the goal, SELECT * FROM sys.indexes should be utilized.
To achieve the goal, SELECT * FROM sys.dm_db_index_physical_stats should be utilized.
To achieve the goal, DBCC INDEXDEFRAG should be utilized.
第21题:
USE
SELECT
UPDATE
DROP
第22题:
FOREIGN约束
DEFAULT约束
UNIQUE约束
CHECK
第23题:
Install a separate instance of SQL Server 2005 for each of the databases on a single server.
Create a SQL Server database for each of the databases in a single instance of SQL Server 2005.
Import the data from each of the databases into a single database in an instance of SQL Server 2005.
Install a default instance of SQL Server 2005 on three separate servers. Use one server for each of the databases.
第24题:
one SQL Server 2005 computer with one instance
two SQL Server 2005 computers, each with two instances
two SQL Server computers, one with one instance and one with three instances
one SQL Server 2005 computer with two instances