SQL Scripts Archive

  • Scheduling Database Backups with SQL Server Express

    Scheduling Database Backups with SQL Server Express

    In this article I will present a simple way to backup active databases from SQL Express without the need for the SQL Agent or shutting down the SQL Server database engine. For those that are not aware, the SQL Agent is not available with the...

    Full Story