SQL Server中进行数据库备份的SQL语句是()。
第1题:
SQL Server2005触发器主要针对下列语句创建()。
A.SELECT、INSERT、DELETE
B.INSERT、UPDATE、DELETE
C.SELECT、UPDATE、INSERT
D.INSERT、UPDATE、CREATE
第2题:
修改数据库的命令为( )。
A.alter database
B.use database
C.drop database
D.Create database
第3题:
SQL Server中进行数据库恢复的SQL语句是()。
AINSERT DATABASE
BBACKUP DATABASE
CRESTORE DATABASE
DUPDATE DATABASE
第4题:
SQL Server中进行数据库恢复的SQL语句是()。
第5题:
使用SQL语言修改数据库,正确的命令是()。
第6题:
SQL Server中进行数据库备份的SQL语句是()。
第7题:
关于HQL与SQL,以下说法正确的是()
第8题:
SQL Server2005触发器主要针对下列语句创建()。
第9题:
你发现在装有SQL SERVER 2005计算机上的msdb数据库被损坏并且必须被恢复才能正常使用。数据库每天都进行了备份,备份文件位于一个网络共享位置上,但是每个备份文件的文件名称都不能明确的指出是那个数据库的备份文件。你需要最快的找到正确的备份文件。已知备份文件列表的第一个文件的名称为DB_Backup.bak;你应该使用下面哪一个SQL语句?()
第10题:
You are designing a strategy for synchronizing a SQL Azure database and multiple remote Microsoft SQL Server 2008 databases. The SQL Azure database contains many tables that have circular foreign key relationships. You need to recommend an approach for ensuring that all changes in the remote databases synchronize with the SQL Azure database. What should you recommend?()
第11题:
Use SQLAzure Data Sync Service.
Use SQL Server replication.
Use SQL Server backup and restore.
Use SQL Server database snapshots.
第12题:
INSERT DATABASE
BACKUP DATABASE
RESTORE DATABASE
UPDATE DATABASE
第13题:
You are the administrator of several SQL Server 2000 computers. You want to retrieve information from an archived inventory database. You have a full tape backup of the database. The backup’s header information shows that the backup uses the SQL_Latin1_General_CR437_BIN collation.
However, the existing SQL server computers in your office are configured to use the
SQL_Latin1_General_CP1_CI_AS collation.
You do not want to join tables in the inventory database with tables in other databases. You need to restore the inventory database to a SQL Server 2000 computer by using the least amount of administrative effort.
What should you do?
A.Use the rebuildm utility to rebuild the system database on an existing SQL server computer. Configure all the databases on that server to use the SQL_Latin1_General_CR437_BIN collation. Restore the inventory database to the server.
B.Restore the inventory database to an existing SQL server computer. Accept the SQL_Latin1_General_CR437_BIN collation for that database.
C.Install a new named instance of SQL Server 2000 on an existing SQL Server 2000 computer. Configure the named instance to use the SQL_Latin1_General_CR437_BIN collation. Restore the inventory database to the named instance.
D.Install SQL Server 2000 on a new computer. Configure the new server to use the SQL_Latin1_General_CR437_BIN collation. Restore the inventory database to the new server.
第14题:
创建数据库的命令为( )。
A.Create database
B.alter database
C.use database
D.drop database
第15题:
SQL Server中进行数据库备份的SQL语句是()。
AINSERT DATABASE
BBACKUP DATABASE
CRESTORE DATABASE
DUPDATE DATABASE
第16题:
使用数据库的命令为()
第17题:
删除数据库的命令是()。
第18题:
SQL Server触发器主要针对下列语句创建()。
第19题:
创建数据库的T-SQL语句是()。
第20题:
在Visual FoxPro中,打开数据库设计器的命令是().
第21题:
You discover that the ms db database on a SQL Server 2005 computer is corrupt and must be restored. Databases are backed up daily. The database backup files are written to a network share, but the file names do not clearly indicate which databases are in each file. You need to locate the correct backup file as quickly as possible. The first file in the list isnamed DB Backup.bak. Which Transact-SQL statement should you use?()
第22题:
修改数据库的命令为()。
第23题:
INSERT DATABASE
BACKUP DATABASE
RESTORE DATABASE
UPDATE DATABASE
第24题:
SELECT、INSERT、DELETE
INSERT、UPDATE、DELETE
SELECT、UPDATE、INSERT
INSERT、UPDATE、CREATE