Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Connecting to multiple sql servers

    I just finished looking into this! 🙂

    You can use "SQLCMD Mode" in SSMS. To enable it go to the Query menu and select "SQLCMD Mode"

    :connect <ServerName>\<InstanceName>

    use [Database]

    go

    SELECT *...

Viewing post 1 (of 1 total)