exam questions

Exam 70-462 All Questions

View all questions & answers for the 70-462 exam

Exam 70-462 topic 1 question 47 discussion

Actual exam question from Microsoft's 70-462
Question #: 47
Topic #: 1
[All 70-462 Questions]

You administer a Microsoft SQL Server instance that contains a financial database hosted on a storage area network (SAN).
The financial database has the following characteristics:
✑ A data file of 2 terabytes is located on a dedicated LUN (drive D).
✑ A transaction log of 10 GB is located on a dedicated LUN (drive E).
✑ Drive D has 1 terabyte of free disk space.
✑ Drive E has 5 GB of free disk space.
The database is continually modified by users during business hours from Monday through Friday between 09:00 hours and 17:00 hours. Five percent of the existing data is modified each day.
The Finance department loads large CSV files into a number of tables each business day at 11:15 hours and 15:15 hours by using the BCP or BULK INSERT commands. Each data load adds 3 GB of data to the database.
These data load operations must occur in the minimum amount of time.
A full database backup is performed every Sunday at 10:00 hours. Backup operations will be performed every two hours (11:00, 13:00, 15:00, and 17:00) during business hours.
On Wednesday at 10:00 hours, the development team requests you to refresh the database on a development server by using the most recent version.
You need to perform a full database backup that will be restored on the development server.
Which backup option should you use?

  • A. NORECOVERY
  • B. FULL
  • C. NO_CHECKSUM
  • D. CHECKSUM
  • E. Differential
  • F. 8ULK_LOGGED
  • G. STANDBY
  • H. RESTART
  • I. SKIP
  • J. Transaction log K. DBO ONLY L. COPY_ONLY M. SIMPLE N. CONTINUE AFTER ERROR
Show Suggested Answer Hide Answer
Suggested Answer: L 🗳️
References:
https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/copy-only-backups-sql-server

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Fame
4 years, 9 months ago
L) You can give them a full backup using Copy only Backup.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...