Home > Archive > MS SQL Server > September 2005 > Linked servers..









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Linked servers..
JoeMathew

2005-09-09, 8:23 pm

We have linked database servers using linked server feature. Is it a
resource intensive setting? Any one has any comments and their experiences
on this setup?

SQL 2K.

Joe


Brian Lawton

2005-09-10, 11:23 am

Here's a WebCast that focuses on Linked Server configuration, usage, and
troubleshooting
(http://support.microsoft.com/defaul...kb;en-us;326839). It should
give you a good overview. The link itself isn't resource intensive however
at run time, depending how data is used across the link, it will have some
impact on the individual query involved as some JOINS may need to be staged
in TempDB before being resolved against local tables. You also need to
carefully consider the security implications of your Linked Server
definition. Not that there's any pure security issues per-se however like
any other tool, when not properly configured and then exposed for public
consumption it could leave you data wide open.

--
--Brian
(Please reply to the newsgroups only.)


"JoeMathew" <Joe_Mathew@hotmail.com> wrote in message
news:ueGbMGZtFHA.2076@TK2MSFTNGP14.phx.gbl...
> We have linked database servers using linked server feature. Is it a
> resource intensive setting? Any one has any comments and their experiences
> on this setup?
>
> SQL 2K.
>
> Joe
>
>



Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com