Is there a TSQL command to connect to another server?
Or, when you are in the query window, which keyboard shortcuts connect to another server and the query window appears?
I saw that Ctrl + N opens the Connect to Server dialog box on some screens, but when Iām already in the request window and press Ctrl + N, it just opens another request window.
The USE command allows you to connect to other databases on the current server, but is there a command that allows you to connect to another server?
I am using SQL Server 2005.
sql sql-server tsql
Gerhard weiss
source share