Schedule SQL Server Back ups in SQL Server Express edition manually
This approach is ideal when your SQL server doesn't support SQL Server Integration services for any sort of SQL maintenance. Create a a stored proc in Master Database **sp_BackupDatabases** CREATE PROCEDURE [dbo].[sp_BackupDatabases]