This user account () has been banned from the forums

Forum Replies Created

Viewing post 1 (of 2 total)

  • Reply To: Backup + Restore SQLDatabase via Powershell don't work

    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, 10 months ago by Luna.

Viewing post 1 (of 2 total)