Introduction: Hello Developers, welcome to my blog. In this blog, I will be covering the SQL Server 2019 Installation. There are different ways with which this can be done. By default when you install SQL Server, you will be able to log in to it using Windows Authentication. In this blog, I will help you to create credentials for logging into the SQL Server using SQL Server Authentication as well. SQL Server 2019 Installation: Download the Setup Files: Download the Setup File of SQL Server 2019 from here You will be having two options: Developer Edition - In this blog, we will be using Developer Edition as we are installing SQL Server for our local environment. This edition works ONLY for Developer and Test Systems. Enterprise Edition: This is preferred for installing SQL Server in higher environments such as Production. This has premium performance and capabilities as compared to the Developer Edition. Once you have Downloaded the Developer Edition. An SQL2019-SSEI-Dev.exe file will...
By Amrut Anantwar (Sitecore 9.0 Certified Developer)