Question : We have full backups and log backups configured. During restore we apply full backup and subsequent log backups. […]
Category: Database Backup
Necessity of backing up tail log when restoring transaction log?
Question : I have a question about whether or not it is necessary to back the tail log up when […]
Error while restoring from Enterprise Edition to Standard Edition [duplicate]
Question : This question already has answers here: Downgrade SQL Server Enterprise Edition to SQL Server Standard Edition (2 answers) […]
Running Backup on single DB when scheduled job (USER_DATABASES) has failed
Question : I’m using Ola Hallengren’s sp to take backup of database. FULL DIFF and LOG backup is created with […]
sql backup restore converts createdAt to local TZ
Question : I have a remote MySQL DB in the cloud on JAWSDB. I have createdAt and updatedAt timestamps for […]
SQL Server backup medianame
Question : If I make full/differential/log backups to disk under full recovery model it is important to specify MEDIANAME? Is […]
MongoDB replication to local hard drive
Question : MonogDB’s dynamic schema has made me thinking about replacing MySQL. I eventually want to use MongoDB as the […]
Is there a way to export Oracle’s UNDO?
Question : I tried exp utility to dump all database. Looks like this exports only the last version of data […]
SQL Server native log backup running every 5 minutes
Question : What will happen if SQL Server native log backup is running ever 5 minutes and due to high […]
Mysql dump restore doing some funny stuff
Question : I am using linux platform. I also dump the data into a file and I restore into a […]