MS SQL® Project Backup
- The recommended tool for the MS SQL® Project Backup is the "SQL Server Management Studio 22". You can download it here https://learn.microsoft.com/en-us/ssms/install/install?view=sql-server-ver16.
- The standard DBMS object name is winccoa and it is created with the standard user sa. That is the target to backup and restore.
- Use the SQL Server Management Studio:
With this tool you can create a full backup of you DBMS object according the very detailed MS description:
https://learn.microsoft.com/en-us/sql/relational-databases/backup-restore/create-a-full-database-backup-sql-server?view=sql-server-ver16. - To restore an MS SQL Server:
*.bak DBMS object:
- Alternatively, you can use the backup /restore script which is provided in the wincc_oa_path/data/NGA/MSSQLServer/sql/ directory
backupMSSQLServer.cmd /
restoreMSSQLServer.cmd.
You have to enter the command line parameters according the WinCC OA help MS SQL® Server Installation - DB Parameters.
