CLOUD-DIGITAL-LEADER · Question #356
An organization is running SQL Server on-premises and is struggling with capacity and management overhead. They want to modernize this database quickly by using Google products or services. What…
The correct answer is B. Perform a managed database migration to Cloud SQL. Performing a managed database migration to Cloud SQL is the fastest path to modernizing SQL Server on Google Cloud because it provides a fully managed SQL Server environment with minimal application changes required. The other options involve significant refactoring, data…
Question
An organization is running SQL Server on-premises and is struggling with capacity and management overhead. They want to modernize this database quickly by using Google products or services. What should the organization do?
Options
- ARefactor applications to use a cloud first database like Firestore.
- BPerform a managed database migration to Cloud SQL.
- CExport old tables from SQL Server to Cloud Storage.
- DMigrate all SQL Server data to BigQuery.
How the community answered
(55 responses)- A9% (5)
- B85% (47)
- C4% (2)
- D2% (1)
Why each option
Performing a managed database migration to Cloud SQL is the fastest path to modernizing SQL Server on Google Cloud because it provides a fully managed SQL Server environment with minimal application changes required. The other options involve significant refactoring, data export without managed hosting, or an inappropriate analytics platform.
Refactoring applications to use Firestore, a NoSQL document database, requires significant application redesign and data model changes, making it a slow and high-effort modernization path.
Cloud SQL offers a fully managed SQL Server instance on Google Cloud, eliminating manual patching, backup management, and capacity provisioning overhead that burdened the on-premises deployment. The Database Migration Service (DMS) enables a managed, low-downtime migration path from on-premises SQL Server to Cloud SQL with minimal schema or application code changes. This lift-and-shift approach to a managed service is the fastest modernization route while retaining SQL Server compatibility.
Exporting tables to Cloud Storage produces flat files in object storage but does not provide a managed, queryable SQL Server environment and does nothing to reduce management overhead.
BigQuery is a serverless analytics data warehouse optimized for large-scale analytical queries, not a transactional relational database replacement for SQL Server workloads.
Concept tested: Managed SQL Server migration to Cloud SQL
Source: https://cloud.google.com/sql/docs/sqlserver/introduction
Topics
Community Discussion
No community discussion yet for this question.