简体   繁体   English

SQL Server Management Studio 17.1的服务器名称

[英]Server name for SQL Server Management Studio 17.1

How do I find the server name for "SQL Server Management Studio 17.1", downloaded at https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms 如何找到“ SQL Server Management Studio 17.1”的服务器名称,该名称可从https://docs.microsoft.com/zh-cn/sql/ssms/download-sql-server-management-studio-ssms下载

Thank you. 谢谢。

Please refer to this link to know what SQL Server Management Studio is: 请参考此链接以了解什么是SQL Server Management Studio:

SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure. SQL Server Management Studio(SSMS)是用于管理任何SQL基础结构的集成环境。 Use SSMS to access, configure, manage, administer, and develop all components of SQL Server, Azure SQL Database, and SQL Data Warehouse. 使用SSMS访问,配置,管理,管理和开发SQL Server,Azure SQL数据库和SQL数据仓库的所有组件。 SSMS provides a single comprehensive utility that combines a broad group of graphical tools with a number of rich script editors to provide access to SQL Server for developers and database administrators [...]. SSMS提供了一个综合的实用程序,该实用程序将广泛的图形工具与许多丰富的脚本编辑器结合在一起,为开发人员和数据库管理员提供了对SQL Server的访问。

You are confusing the management studio with an effective database engine. 您正在使Management Studio与有效的数据库引擎混淆。 You use the management studio to connect to one or more SQL Server databases. 您使用Management Studio连接到一个或多个SQL Server数据库。 At that point, you can then access, configure, manage, administer, and develop all components of a SQL Server database. 此时,您可以访问,配置,管理,管理和开发 SQL Server数据库的所有组件


Suppose you have SSMS and connect to a SQL Server instance. 假设您拥有SSMS并连接到SQL Server实例。 You can then query a database on the SQL Server instance with ad-hoc queries. 然后,您可以使用临时查询在SQL Server实例上查询数据库。 One such query could be 一种这样的查询可能是

SELECT @@SERVERNAME

which would return the server name of the SQL Server instance . 这将返回SQL Server实例服务器名称

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM