Skip to main content

Posts

Showing posts from May, 2021

SQL Sever 2019 - Lets Install Together!!

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...

Planning to Install Sitecore 9.3 using Sitecore Install Assistant (SIA)? Here is what you need!!

Hello Sitecore Developers, welcome to my blog. When we start with Sitecore, there are many questions. How to install Sitecore? Has Sitecore made the installation easier? If yes then how? Well, Let's find out by reading through this blog. In this blog, I will be covering the installation of  Sitecore 9.3 using Sitecore Install Assistant (SIA) What is Sitecore Install Assistant (SIA)?  Sitecore Install Assistant is a GUI which Sitecore provides for making the installation easier and efficient. Sitecore has introduced this for the versions of 9.2 and above. Before SIA, Sitecore installation was a tedious job where you had to run PowerShell scripts and install various prerequisites. This would lead to a cumbersome task for the developers to setup their local environment.  So, Lets Begin with the Installation: Prerequisites: Visual Studio 2015 + MS SQL Server - Let's Install Together Sitecore License File .NET Framework Worried about the compatibility while installing Sitecore...