News

Joey on SQL Server. The Right Approach to Database Backups. Elaborate backups might seem like a good idea at first, but they add unnecessary complexity to your recovery process.
In this article, we’ve discussed different types of backups in SQL Server and how to create these backups. We also discussed the ways to restore database backups using SSMS and T-SQL commands. In case ...
Our server group wants to take over our SQL Server 05 backups for some reason. (Not sure why, our backups and restores work fine, so who knows why they want the change)<BR><BR>Anyway, came into ...
SQL Server native backups include all database objects: tables, indexes, stored procedures and triggers. These backups are commonly used to migrate databases between different SQL Server instances ...
In this article, learn how to back up SQL Server databases on Azure virtual machines with Azure Backup from the Recovery Services vault SQL Server databases are critical workloads that require a low ...
Idera’s SQLsafe — a backup utility for Microsoft SQL Server — was designed to compete directly with Imceda’s LiteSpeed. Similar to LiteSpeed, SQLsafe improves on native SQL Server backups ...
Joey on SQL Server. Backups and Consistency Checks: The DBA's Top Priorities. Database protection goes far beyond backups; ensuring the quality and consistency of those backups is equally important.