Set Up the Backup routine using the Windows Schedule Task - SQL Express
12/05/2017 16:48
1º - Prepare the database objects on Master DB
-------------------------------------------------------------------
USE [master]
GO
/****** Object: StoredProcedure [DBO].[spMaintenance] Script Date: 13/02/2017 11:16:50 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER...