I have a query that works when executed on the currently connected server, but am I able to specify that I want the INSERT statements (of the query) to pertain to another server/db? In other words I want the SELECT statements to pull from DEVELOPMENT (server) and I want the INSERT statements to put to PRODUCTION (server).
Thanks in advance for any and all advice!
Start Free Trial