How to backup all MSSQL Databases in a server with a Script

You could use SQL Server Management Studio to backup the databases or even use Maintenance Plans, but using T-SQL is a much simpler and faster approach. With the use of T-SQL you can generate your backup commands and with the use of cursors, you can cursor through all...

Log Gap Detection and Resolution

Manually Resolving Gaps – Oracle Data Guard 11gR2 For simplicity, Gap is a range of archived redo logs that were created at a time when the standby database was not available to receive them; in many practices, it happens because of the network problems. We have...