×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@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 mailing list archive is Copyright 1997-2024 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.