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
|`BACKUP DATABASE <database_name> TO {DISK\|TAPE\|URL}`| Backup without any compression|
464
-
|`BACKUP DATABASE <database_name> TO {DISK\|TAPE\|URL} WITH COMPRESSION`| Backup with compression using MS_XPRESS algorithm |
463
+
|`BACKUP DATABASE <database_name> TO {DISK\|TAPE\|URL} WITH NO_COMPRESSION`| Backup without any compression |
464
+
|`BACKUP DATABASE <database_name> TO {DISK\|TAPE\|URL} WITH COMPRESSION`| Backup with compression using the algorithm specified by the server option `backup compression algorithm` (default MS_XPRESS)|
465
465
|`BACKUP DATABASE <database_name> TO {DISK\|TAPE\|URL} WITH COMPRESSION (ALGORITHM = MS_XPRESS)`| Backup with compression using MS_XPRESS algorithm |
466
466
|`BACKUP DATABASE <database_name> TO {DISK\|TAPE\|URL} WITH COMPRESSION (ALGORITHM = ZSTD)`| Backup with compression using ZSTD algorithm. |
467
467
|`BACKUP DATABASE <database_name> TO {DISK\|TAPE\|URL} WITH COMPRESSION (ALGORITHM = ZSTD, LEVEL = HIGH)`| Backup with compression using ZSTD algorithm with compression level HIGH. |
0 commit comments