Viewing post 1 (of 1 total)
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 *...
January 4, 2013 at 12:06 pm
#1573902