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.
T-SQL スクリプトを使用して、現在の接続の SQL Server サーバーとインスタンス名を取得するにはどうすればよいですか?
SELECT @@servernameとしてデータを提供しますserver/instanceName
SELECT @@servername
server/instanceName
のみを取得するには、queryinstanceNameを実行する必要があります。select @@ServiceName
instanceName
select @@ServiceName