单项选择题
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. A SQL Server Agent job is failing. You find that the job history information is incomplete and seems to be truncated after you review it. All information produced by a job must be available for viewing.
So what action should you perform to achieve this goal? ()
A.You should enable notifications to the Windows application event log when the job completes.
B.You should enable write OEM file
C.You should enable all job steps, making them send the output to a file
D.You should include execution trace messages in the SQL Agent Error log
相关考题
-
单项选择题
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. TheDB1 database includes spatial data types. On DB1 databse, you have to perform a database consistency check to include the spatial indexes. Besides this, you must make sure that you can reduce the effect on the database concurrency to the least. So which Transact-SQL statement should you run? ()
A.DBCC CHECKCATALOG (DB1);
B.DBCC CHECKALLOC (DB1) WITH TABLOCK;
C.DBCC CHECKDB (DB1) WITH TABLOCK, PHYSICAL_ONLY;
D.DBCC CHECKDB (DB1) WITH EXTENDED_LOGICAL_CHECKS; -
单项选择题
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. When you are absent, a user will use a login named Mary to log in and maintain the database snapshots. The user has to delete the database snapshots for DB1, so you have to give the appropriate permissions to the user. So which database permission should you give the user?()
A.DELETE
B.CONTROL
C.DROP DATABASE
D.ALTER ANY DATASPACE -
单项选择题
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 Enterprise Edition instance. There is a database named DB1 in the instance. A backup of DB1 is performed every day. You have to minimize the size of the full database backup files of DB1. In the options below, which Transact-SQL statement should you use? ()
A.BACKUP DATABASE DB1 TO DISK = 't:\backups\db1.bak';
B.BACKUP DATABASE DB1 TO DISK = 't:\backups\db1.bak' WITH COMPRESSION;
C.BACKUP DATABASE DB1 TO DISK = 't:\backups\db1.bak' WITH DIFFERENTIAL;
D.BACKUP DATABASE DB1 TO DISK = 't:\backups\db1.bak' WITH COMPRESSION,DIFFERENTIAL;
