Interview Questions

What does the DUMP command do?

Microsoft SQL Server FAQs


(Continued from previous question...)

What does the DUMP command do?

Answer: Backs up the transaction log.

Explanation: This command is included for backward compatibility, but has be deprecated and will be removed. The BACKUP command is preferred.
It allows for a backup of the database or log.

(Continued on next question...)

Other Interview Questions