Did you solve it? You can refer to the following script:
Back up the SQL database:
# Connect to a SQL Server Instance
$serverInstance = "ServerInstanceName"
$databaseName = "YourDatabaseName"
$backupPath = "C:\Backup\YourDatabase.bak"
# Creating a SQL...
- This reply was modified 1 year, 2 months ago by Luna.