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:
- Server Type
- Server Name
- 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
Post a Comment