Cloud ComputingGoogle CloudSQL How to Run Microsoft SQL Server 2016 on Google Cloud Step by Step August 20, 2016923 views0 Share By IG Share Google Cloud Services recently added Microsoft SQL Server to its offerings. Google’s move is primarily due to a strong customer demand. The customer wants to run their existing mission critical apps on Google Cloud. Microsoft and Amazon already offer SQL Server on Azure and AWS respectively and Google is a late entrant. Since this is a welcome change, we decided to run SQL Server VM (Virtual Machine) inside Google Cloud. In this post, I am going to talk about how to run Microsoft SQL Server 2016 on Google cloud step by step. Table of Contents Toggle Running Microsoft SQL Server 2016 on GoogleWe ran a quick disk speed check with HD Tach and found the following results:Conclusion Running Microsoft SQL Server 2016 on Google In order to begin, you would need to activate your Google Cloud account using a Credit Card. Even though the site instructions says it’s free, you would still be charged $1 on your credit card. Nonetheless, Google will graciously give you a $300 of credit to run your server workloads. Once you are logged into your Google Cloud Console, you would need to select the billing account details. Select your account from the drop-down list and proceed as given in the following screenshot: Once the billing and Sign-In steps are out of the way, you can proceed with the VM creation process. From the top left menu, Select > Compute Engine > VM Instances > Click “Create Instances” On the “Create an Instance” page, you need to provide the following details: Name of the Instance Zone or Region (If you are from the Azure World) Select the Virtual CPU’s and System Memory from the”Machine Type” menu Under “Boot Disk” menu, Debian/Linux is selected by default. Click on Change as given in the following screenshot For this example, We will be selecting “SQL Server 2016 Standard Edition on Windows Server 2012 R2“. For Disk options, we are selecting “SSD Persistent disk“. Currently, the max disk size supported is 65536 GB (65.536 TB). Note that Enterprise Edition for any of the SQL Server versions is not available. See the below Screenshot: Once selected, Click on “Create VM” to complete the project. For this example, we have kept all the other options as default. It took 4 seconds to create the VM from the image which I think is incredible. Sure enough, the VM was up and running and the speed we felt was incredibly fast. A quick internet speed test shows a no compromise internet connection. We ran a quick disk speed check with HD Tach and found the following results: Random Disk Access: 1.1 ms CPU Util: >5% Avg Read Speed: 143.1 Mbps Performance is on par with what you would expect from a premium SSD-based storage disk. The numbers are similar to what you would get on Azure Virtual Machines (with Premium Storage) hosted by Microsoft. Just like Azure, SQL Server 2016 was installed as a part of the image. You can also install SQL Server from the C:sql_server_install folder location. SQL Server Management Studio (SSMS) however was not installed, so we installed it from the Microsoft download site. We would investigate further into the performance aspects and post it later when we are ready with our findings. Conclusion We found running SQL Server workloads on Google Cloud was a breeze. It ran as a first-class citizen on the platform and we were quite happy with it. For any comments for feedback, drop us a line below. Thanks! Disclaimer: The Questions and Answers provided on https://gigxp.com are for general information purposes only. We make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose. Share What's your reaction? Excited 0 Happy 0 In Love 0 Not Sure 0 Silly 0 IG Website Twitter
Big Data Polyglot Persistence: Strategic Guide to Modern Data Architecture In today’s complex application landscape, the one-size-fits-all database is a relic. Modern systems, from e-commerce ...
Cloud Computing Comparing Cosmos DB vs MongoDB vs DynamoDB NoSQL DBs Choosing the right NoSQL database is one of the most critical decisions for any modern, ...
Cloud Computing DirectLake vs Athena vs Redshift Spectrum: The Ultimate 2025 Lakehouse BI Guide In the complex world of data analytics, the 2025 lakehouse landscape is dominated by two ...
Cloud Computing Power BI on AWS: The Ultimate Guide to Athena, Glue & Lake Formation with RLS Connecting Power BI to a modern AWS data lake is a powerful strategy for enterprise ...