1

Is it possible to query across two connections in MySql? Or is there a MSSQL "linked server" equivalent?

My goal is this is pseudo code:

SELECT * FROM prd_connection.schema.t_table
INTO dev_connection.schema.t_table_dev
2

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.