79440654

Date: 2025-02-14 22:24:31
Score: 0.5
Natty:
Report link

It appears you're attempting a parallel export using the --parallel flag to export SQL database to GCS bucket. However, parallel export is only supported or applicable for MySQL and PostgreSQL (see this documentation). This could be the reason you're not achieving the results you expect. Also, as stated here, exporting from Cloud SQL to a SQL dump file is not supported for SQL server.

For the equivalent SQL Server functionality, you can try to consider using the Striped BAK import/ export command or BAK files. For best practices, see Best Practices for Importing and Exporting Data for SQL server.

Reasons:
  • Blacklisted phrase (1): this document
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: HerPat