Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您可以在 SQL Server Management Studio 的输出窗口中关闭位置吗?我永远找不到它。我的语言是斯洛伐克语。我想支持英语:(
消息不是来自 SSMS。它来自 SQL Server。您必须重新配置服务器。
SSMS 只是一个前端,就像任何其他 ADO.NET 应用程序一样。
对于一个特定会话,请尝试set language english在查询窗口中运行该命令。
set language english
设置语言 (Transact-SQL)。
您还可以将您的登录设置为使用英语作为您与服务器建立的所有连接的默认语言。
最后,您可以将 SQL Server 本身配置为使用英语作为所有连接的默认语言:
配置默认语言服务器配置选项。