SqlBak Blog

SQL Server copy-only backup: why and how?

One of the types of SQL Server database backup is the copy-only backup. In reality, it’s not a different type of backup like differential or transaction log backups. Rather, it is an option that does not change the backup itself. Instead, it affects the sequencing of how regular backups are tracked and restored. Why are … Read more

How to enable script execution in SqlBak

Script execution restrictions in SqlBak When performing backup or maintenance tasks in SqlBak, you may encounter errors indicating that script execution has been disabled due to security policies: [SEC:1450#0] – Windows batch scripts are disabled by security policy. or #[SEC:1450#1] – SQL scripts are disabled by security policy. These errors occur when the execution of … Read more