How To Install Microsoft SQL Server 2022: Download SQL Server 2022 Installer

Microsoft SQL ServerThis article is part of the series on How To Install Microsoft SQL Server 2022; I do not claim to be an expert on SQL Server and this series is installing SQL Server in a development/testing/demo environment. If you’re installing SQL into a production environment there will be additional work required to harden the SQL Server and avoid security issues.

All editions of Microsoft SQL Server can be downloaded from here; the edition I am using is the Developer Edition, the download button for which is in the lower left corner of page:

Microsoft SQL Server download page

Continue reading “How To Install Microsoft SQL Server 2022: Download SQL Server 2022 Installer”

How To Install Microsoft SQL Server 2022: Server Features

Microsoft SQL ServerThis article is part of the series on How To Install Microsoft SQL Server 2022; I do not claim to be an expert on SQL Server and this series is installing SQL Server in a development/testing/demo environment. If you’re installing SQL into a production environment there will be additional work required to harden the SQL Server and avoid security issues.

In this series, I will be installing the Developer edition of Microsoft SQL Server 2022; there are eight features available to SQL Server, of which I will be installing four (the feature name is italicised):

Feature Description
SQL Server Database Engine SQL Server Database Engine includes the Database Engine, the core service for storing, processing, and securing data, replication, full-text search, tools for managing relational and XML data, in database analytics integration, and PolyBase integration for access to heterogeneous data sources, and Machine Learning Services to run Python and R scripts with relational data.
Analysis Services Analysis Services includes the tools for creating and managing online analytical processing (OLAP) and data mining applications.
Reporting Services Reporting Services includes server and client components for creating, managing, and deploying tabular, matrix, graphical, and free-form reports. Reporting Services is also an extensible platform that you can use to develop report applications.
Integration Services Integration Services is a set of graphical tools and programmable objects for moving, copying, and transforming data. It also includes the Data Quality Services (DQS) component for Integration Services.
Master Data Services Master Data Services (MDS) is the SQL Server solution for master data management. MDS can be configured to manage any domain (products, customers, accounts) and includes hierarchies, granular security, transactions, data versioning, and business rules, as well as an Add-in for Excel that can be used to manage data.
Machine Learning Services (In-Database) Machine Learning Services (In-Database) supports distributed, scalable machine learning solutions using enterprise data sources. In SQL Server 2016, the R language was supported. SQL Server 2022 (16.x) supports R and Python.
Data Virtualization with PolyBase Query different types of data on different types of data sources from SQL Server.
Azure connected services SQL Server 2022 (16.x) extends Azure connected services and features including Azure Synapse Link, Microsoft Purview access policies, Azure extension for SQL Server, pay-as-you-go billing, and the link feature for SQL Managed Instance.

Full details of the features and functionality of SQL Server 2022 can be found here.

How To Install Microsoft SQL Server 2022: Available Editions

Microsoft SQL ServerThis article is part of the series on How To Install Microsoft SQL Server 2022; I do not claim to be an expert on SQL Server and this series is installing SQL Server in a development/testing/demo environment. If you’re installing SQL into a production environment there will be additional work required to harden the SQL Server and avoid security issues.

There are a number of editions of Microsoft SQL Server available:

Edition Definition
Express SQL Server Express edition is the entry-level, free database and is ideal for learning and building desktop and small server data-driven applications. It is the best choice for independent software vendors, developers, and hobbyists building client applications.
Developer SQL Server Developer edition lets developers build any kind of application on top of SQL Server. It includes all the functionality of Enterprise edition, but is licensed for use as a development and test system, not as a production server. SQL Server Developer is an ideal choice for people who build and test applications.
Web SQL Server Web edition is a low total-cost-of-ownership option for Web hosters (including choosing Web edition on IaaS on Azure) and Web VAPs to provide scalability, affordability, and manageability capabilities for small to large-scale Web properties.
Standard SQL Server Standard edition delivers basic data management and business intelligence database for departments and small organizations to run their applications and supports common development tools for on-premises and cloud, enabling effective database management with minimal IT resources.
Enterprise The premium offering, SQL Server Enterprise edition delivers comprehensive high-end datacenter capabilities with blazing-fast performance, unlimited virtualization, and end-to-end business intelligence, enabling high service levels for mission-critical workloads and end-user access to data insights.

Full details of the editions of Microsoft SQL Server can be read here.

The environment I am installing is for development, testing and demo purposes. I recently checked the licence for the Developer Edition to check if it allowed more than just development and testing; specifically, I was interested in the possibility of using it for demo purposes and found that this was a permitted use.

This was good news and the Developer Edition is the one which I will be installing in this series; the version doesn’t actually make much difference to the install process, so you should be able to use this series for installing any of the editions.

How To Install Microsoft SQL Server 2022: Series Index

Microsoft SQL ServerI’ve been creating a new dev/demo/test environment recently and have already posted some articles about how I install and configure Windows on the servers; as I am also installing the latest version of SQL Server, I decided to cover this in a series as well.

I do not claim to be an expert on SQL Server and this series is installing SQL Server in a development/testing/demo environment. If you’re installing SQL into a production environment there will be additional work required to harden the SQL Server and avoid security issues.

The series index, below will automatically update as articles in the series go live, os make sure to check back regularly (there should be two posts a week).

How To Install Microsoft SQL Server 2022
Install SQL Server Integration Services
Available Editions
Server Features
Download SQL Server 2022 Installer
Install SQL Server Database Engine
Download SQL Server Management Studio
Install SQL Server Management Studio
Download SQL Server Reporting Services
Install SQL Server Reporting Services
Configure SQL Server Reporting Services
Change SQL Server Reporting Services maxRequestLength Setting
Install SQL Server Analysis Services
SSIS Configuration For Named Instances
SSIS Configuration For Named Instances
SSIS Configuration For Named Instances