I know how to create and use a linked server with in a view, but my question is does having a linked server in a view hold the connection open and use the whole time or is the linked server only accessed and used when the view is used?
I am working on creating some dashboards and would like to use views in some places but wonder what if any consequences exist with using linked servers within a view.
-Thank you
(I am using MS SQL 2008 R2 to house the views, stored procedures, etc.)