Skip to main content

SQL Server Management Studio (SSMS)

What is SQL Server Management Studio (SSMS)?

SSMS is an integrated environment that manages the instances of SQL from SQL Server to Azure SQL. You can perform various operations in the SQL instances. You can connect the SSMS and SQL Server by providing a proper:
  1. Server Type
  2. Server Name
  3. Mode of Authentication:
    • Windows Authentication
    • SQL Server Authentication (Username and Password Required)
SQL Server Management Studio has a very straightforward installation: You can install by clicking on the section highlighted in red in the below image:




Comments

Popular posts from this blog

Creating a Sitecore Form - A whole new Experience!!

What is a Sitecore Form? Sitecore has introduced an amazing feature that transforms a regular form into a form that has many out-of-the-box features attached to it. Some of the features are listed below: Unique Views:  Number of unique visitors of the form. Abandonments:  Visitor who visited the form but did not submit the form Abandonment Rate: Percentage of visitors not submitting the form. Export Data: This helps us exporting all the submitted form data in a .csv file. We can also leverage this new Sitecore Form by adding custom components like File upload, Captcha, etc. as per the requirement. In this blog, we will see the creation of a basic Sitecore Form. Let's get started Form Builder: The first step is to open the Form Builder from Sitecore Launchpad.  What is a Form Builder? Form Builder is a Dashboard where you can create and view all the Sitecore Forms, it Create a Sitecore Form: Click on Create > Add a Blank Form as shown in the above image.  Note:...

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