Right now I have one database (8.2) with 2 schemas, test and production. I did this because I often need to run queries comparing data in the test schema to data in the production schema. I would love to make them 2 databases instead of two schemas, but I have not figured out how to reference tables from 2 different databases in one sql statement. On sql server this is easy because you can reference a table using the 4 part syntax. Does anyone know how I can accomplish this on DB2 UDB 8.2?