Thursday, 16 February 2017
Monday, 6 February 2017
70-432 Sample Question: 22
Question: 22
The recovery model of the Finance database is set to Full. A full database backup of all the user databases is performed at 02:00 hours daily. The transaction log backup occurs every 15 minutes. A differential backup is performed every 4 hours. You plan to perform a full backup of the Finance database at 11:00 hours. You need to ensure that the backup is performed without affecting the overall backup and restore procedures for the Finance database. You also need to ensure that the backup files are restored in proper sequence. Which Transact-SQL statement should you use?
A. BACKUP LOG FINANCE TO DISK = 't:\backups\finance.trn';
B. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH NOUNLOAD;
C. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH COPY_ONLY;
D. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH DIFFERENTIAL;
Answer: C
The recovery model of the Finance database is set to Full. A full database backup of all the user databases is performed at 02:00 hours daily. The transaction log backup occurs every 15 minutes. A differential backup is performed every 4 hours. You plan to perform a full backup of the Finance database at 11:00 hours. You need to ensure that the backup is performed without affecting the overall backup and restore procedures for the Finance database. You also need to ensure that the backup files are restored in proper sequence. Which Transact-SQL statement should you use?
A. BACKUP LOG FINANCE TO DISK = 't:\backups\finance.trn';
B. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH NOUNLOAD;
C. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH COPY_ONLY;
D. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH DIFFERENTIAL;
Answer: C
Tuesday, 24 January 2017
70-432 Sample Question: 21
Question: 21
You maintain a SQL Server 2008 instance.
The SQL Server instance is configured to use the T1222 and T1204 trace flags during startup.
You need to ensure that your failure recovery plan backs up the use of the trace flags.
What should you do?
A. Backup the default.trc file.
B. Backup the master database.
C. Backup the resource database.
D. Backup the SQL Server registry hive.
Answer: D
You maintain a SQL Server 2008 instance.
The SQL Server instance is configured to use the T1222 and T1204 trace flags during startup.
You need to ensure that your failure recovery plan backs up the use of the trace flags.
What should you do?
A. Backup the default.trc file.
B. Backup the master database.
C. Backup the resource database.
D. Backup the SQL Server registry hive.
Answer: D
Sunday, 1 January 2017
70-432 Sample Question: 20
Question: 20
You maintain a SQL Server 2008 Enterprise Edition instance that contains a database named Finance. You need to reduce the size of the full database backup files of the Finance database. Which Transact-SQL statement should you use
A. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak';
B. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH COMPRESSION;
C. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH DIFFERENTIAL;
D. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH COMPRESSION, DIFFERENTIAL;
Answer: B
You maintain a SQL Server 2008 Enterprise Edition instance that contains a database named Finance. You need to reduce the size of the full database backup files of the Finance database. Which Transact-SQL statement should you use
A. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak';
B. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH COMPRESSION;
C. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH DIFFERENTIAL;
D. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH COMPRESSION, DIFFERENTIAL;
Answer: B
Subscribe to:
Comments (Atom)
