View Single Post

   
  #1 (permalink)  
Old 05-07-2008, 10:15 AM
ilanshiber@gmail.com
 
Posts: n/a
Default Looking for SQL statements database

I am working on a piece of code which analyzes the execution plan of
DB2 SQL statements.

In order to test it, I need a set of statements (and the definitions
of the objects to which the statements refer)which cover as many
execution plan options as possible (different operator types,
different options, diverse predicates, etc.).

I am sure I am not the first one to encounter such a problem. It would
be great if you could direct me to such a "statements database" if you
know one.

Thanks,
Ilan
Reply With Quote