Skip to content

Commit f3659a4

Browse files
authored
update date
1 parent 29cf4eb commit f3659a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/sql/database-engine/backup-restore/schedule-automate-backup-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Schedule and automate backups of databases
33
description: This article describes how to use a Transact-SQL script and Windows Task Scheduler to automate backups of SQL Server Express databases on a scheduled basis.
4-
ms.date: 01/07/2025
4+
ms.date: 01/09/2025
55
ms.custom: sap:Database Backup and Restore
66
ms.topic: how-to
77
ms.reviewer: jopilov
@@ -38,7 +38,7 @@ You have to follow these four steps to back up your SQL Server databases by usin
3838

3939
### Step 1: Create a stored procedure to back up your databases
4040

41-
Connect to your SQL express instance and create sp_BackupDatabases stored procedure in your master database using the script at the following location:
41+
Connect to your SQL express instance and create `sp_BackupDatabases` stored procedure in your master database using the script at the following location:
4242

4343
[SQL_Express_Backups](https://raw.githubusercontent.com/microsoft/mssql-support/master/sample-scripts/backup_restore/SQL_Express_Backups.sql)
4444

0 commit comments

Comments
 (0)