sql server - best practice for large remote tsql query -


i have rather large query builds 3 tables , union all's them together. of tables used remote, output used locally.

would see performance gain creating view on remote server union query, selecting that, rather have lot of remote calls local query?


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -