question

SQLSlave1956 avatar image
SQLSlave1956 asked

SQL across multiple data-bases?

Is there a way to run a SQL call across multiple data-bases? Will it work if they are different data-bases (e.g. one is SQL server and the other Oracle)? Where can I read up on this?
multi-server
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Grant Fritchey avatar image Grant Fritchey ♦♦ commented ·
This site runs on votes. Please mark all helpful answers by clicking on the thumbs up. If any one answer lead to a solution, please indicate this by clicking on the check mark next to that answer.
0 Likes 0 ·
KenJ avatar image
KenJ answered
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Grant Fritchey avatar image
Grant Fritchey answered
You can also use PowerShell scripts to make the connection to multiple servers. With threads and remoting you can even make those queries simultaneous. I have examples of remoting on my blog, scarydba.com
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.