×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




Joe,

You might be surprised...

Though there are some gotchas... for instance from MS SQL Server:

-- Pull all rows from the table(s) back and does the where locally
select * from FALCONPROD.S10xxxxx.HLTHPRDFIL.LOCATP where locnbr = '00335';

-- Sends the statement to linked server for processing
select * from openquery(FALCONPROD, 'select * from customp where
locnbr = ''00335''');

Obviously, the first option is not too bad for small tables, but the
2nd is a must for large ones.

Charles


On Thu, Mar 17, 2011 at 9:00 AM, Joe Pluta <joepluta@xxxxxxxxxxxxxxxxx> wrote:
Heee!

I can just see the performance nightmares that can crop up on that <grin>.

But that's not a criticism - a bulldozer can do a lot more damage than a
shovel.  The more power, the greater the responsibility to use it correctly.

Joe


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.