Re: Dynamic SQL vs normal SQL
From: Paul Baumgartel <paulb_at_pcnet.com>
Date: 1995/09/30
Message-ID: <44i4db$cfc_at_pcnet2.pcnet.net>#1/1
Date: 1995/09/30
Message-ID: <44i4db$cfc_at_pcnet2.pcnet.net>#1/1
All SQL is processed the same once it reaches the kernel, whether it was built on the fly (dynamic) or not (static). The only performance difference as far as the DBMS is concerned would be that dynamic SQL would be less likely to be found in the SQL cache and therefore your system may spend more time parsing. Received on Sat Sep 30 1995 - 00:00:00 CET