Skip to content

Commit 53c8bff

Browse files
authored
Update azacsnap-configure-database.md for AzAcSnap 11
1 parent fd7cdb8 commit 53c8bff

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

articles/azure-netapp-files/azacsnap-configure-database.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: Phil-Jensen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 05/15/2024
8+
ms.date: 02/01/2025
99
ms.author: phjensen
1010
---
1111

@@ -685,6 +685,29 @@ logout
685685
Connection to <serverAddress> closed.
686686
```
687687
688+
# [Microsoft SQL Server](#tab/mssql)
689+
690+
The snapshot tools issue commands to the Microsoft SQL Server database directly to enable and disable backup mode.
691+
692+
AzAcSnap connects directly to Microsoft SQL Server using the provided connect-string to issue SQL commands, such as `ALTER SERVER CONFIGURATION SET SUSPEND_FOR_SNAPSHOT_BACKUP = ON` or `ALTER SERVER CONFIGURATION SET SUSPEND_FOR_SNAPSHOT_BACKUP = OFF`. The connect-string will determine if the installation is on the database server or a centralized "backup" server. Typical installations of AzAcSnap would be onto the database server to ensure features such as flushing file buffers can work as expected. If AzAcSnap has been installed onto the database server, then be sure the user running azacsnap has the required permissions.
693+
694+
##### `azacsnap` user permissions
695+
696+
Refer to [Get started with Azure Application Consistent Snapshot tool](azacsnap-get-started.md)
697+
The `azacsnap` user should have permissions to put Microsoft SQL Server into backup mode, and have permissions to flush I/O buffers to the volumes configured.
698+
699+
Configure (`.\azacsnap.exe -c configure`) with the correct values for Microsoft SQL Server and test (`.\azacsnap.exe -c test --test mssql`) azacsnap database connectivity.
700+
Run the `azacsnap` test command
701+
```shell
702+
.\azacsnap.exe -c test --test mssql
703+
```
704+
705+
```output
706+
BEGIN : Test process started for 'mssql'
707+
BEGIN : Database tests
708+
PASSED: Successful connectivity to MSSQL version 16.00.1115
709+
END : Test process complete for 'mssql'
710+
```
688711
689712
---
690713
@@ -819,6 +842,10 @@ Apply the following changes to the Oracle database to allow for monitoring by th
819842
820843
No special database configuration is required for Db2 because you're using the instance user's local operating system environment.
821844
845+
# [Microsoft SQL Server](#tab/mssql)
846+
847+
No special database configuration is required for Microsoft SQL Server as we are using the User's local operating system environment.
848+
822849
---
823850
824851

0 commit comments

Comments
 (0)