You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/sql/database-engine/backup-restore/schedule-automate-backup-database.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Schedule and automate backups of databases
3
3
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
5
5
ms.custom: sap:Database Backup and Restore
6
6
ms.topic: how-to
7
7
ms.reviewer: jopilov
@@ -38,7 +38,7 @@ You have to follow these four steps to back up your SQL Server databases by usin
38
38
39
39
### Step 1: Create a stored procedure to back up your databases
40
40
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:
0 commit comments