Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
Applies to:
SQL Server
Azure SQL Database
Azure SQL Managed Instance
Azure Synapse Analytics
Analytics Platform System (PDW)
SQL analytics endpoint in Microsoft Fabric
Warehouse in Microsoft Fabric
SQL database in Microsoft Fabric
SQL Server Management Studio (SSMS) is a rich, integrated administrative client designed to meet the SQL Server and Azure SQL Database administrator's server management requirements. In SSMS, administrative tasks are accomplished using Object Explorer, which allows you to connect to any server in the SQL Server family and graphically browse its contents. A server can be an instance of the Database Engine, Analysis Services (SSAS), Reporting Services (SSRS), Integration Services (SSIS), Azure SQL Managed Instance, or Azure SQL Database.
The tool components of SSMS include Registered Servers, Object Explorer, Solution Explorer, Template Explorer, the Object Explorer Details page, and the document window. To display a tool, on the View menu, select the tool name. To display the Query Editor tool, select the New Query button on the toolbar.
Install SQL Server Management Studio to get started.
Encrypt your connection
In SQL Server 2019 (15.x) and earlier versions, network traffic between SSMS and SQL Server is unencrypted by default. Don't work with sensitive data (including passwords) in SSMS unless you establish an encrypted connection. For more information, see Encrypt connections to SQL Server by importing a certificate.
For more information about encryption in SQL Server Management Studio, see:
SSMS features
Use SSMS to:
- Register servers
- Connect to an instance of the Database Engine, SSAS, SSRS, SSIS, Azure SQL Managed Instance, or Azure SQL Database
- Configure server properties
- Manage database and SSAS objects such as cubes, dimensions, and assemblies
- Create objects, such as databases, tables, cubes, database users, and logins
- Manage files and filegroups
- Attach or detach databases
- Launch scripting tools
- Manage security
- View system logs
- Monitor current activity
- Configure replication
- Manage full-text indexes
To start and stop SQL Server or SQL Server Agent, use SQL Server Configuration Manager.