| Thread | Last Post | Replies |
|
| Second join based on the lack of success of the first | 09 Feb 2006 05:46 GMT | 2 |
I only want to do second join if the first was unsuccessful and was wondering if something like the following would be valid: select t1.*, t2.*, t3.* from t1
|
| question on index usage | 08 Feb 2006 22:08 GMT | 3 |
is there any way in db2 v8.2.3 (fp10) on aix 5.3 to know if indexes on table are used. The only method i know is to create an event monitor on statement and then pass this worload to the design advisor. Is there a faster way.
|
| How to find partitioning key of a table | 08 Feb 2006 21:35 GMT | 2 |
I have just started working with DB2 Data Partition Feature.. Given a table name, how can I find out the partitioning key of that table? Is there a SYSIBM.*
|
| Export data as well as the corresponding column names? | 08 Feb 2006 20:53 GMT | 13 |
Is there a way to export the data from some tables, along with their corresponding column names? I know I can use "export" command to export the data from a table to a DEL file (the users need to be able to read the file directly, which leaves the choice of a DEL file), but only the
|
| Connect to DB2 V7 and V8 in Java | 08 Feb 2006 11:16 GMT | 1 |
I am trying to connect, at the same time, to a DB2 V7 database and to a DB2 V8 database in Java. Here is some sample code: import java.sql.DriverManager;
|
| Problem creating a new database | 08 Feb 2006 08:17 GMT | 4 |
I have just successfully installed DB2 8.2 under SLES8.2 and when trying to create a new database I get the following error: db2inst1@pjbrlnx:~> db2start SQL6036N START or STOP DATABASE MANAGER command is already in
|
| DB2 UDB WE 6.1 -> UDB 8.2 Express - Is migration possible ? | 07 Feb 2006 13:17 GMT | 1 |
Hi All !! I just want to know other's experiences in migrating from DB2 UDB 6.1 for Workgroup to DB2 UDB 8.2 Express Edition, is it possible to migrate the databases ? Will 8.2 Express accept to restore an 6.1
|
| Performance question DB2 UDB v8.1.9 Linux | 07 Feb 2006 13:15 GMT | 3 |
The following sql is expanded from an example from Tonkuma to my complete application. It runs for over 6 minutes when my separate sql statements wrapped with some PHP code can do the same thing in less than 3 seconds. For reasons which I need not go into here, I need to do this
|
| db2 7.1 fixpack 12 backup error | 07 Feb 2006 07:43 GMT | 3 |
Trying to do an offline backup (no database connections, no programs running) shows an error in the db2diag.log as follows: Obj={pool:0;obj:24;type:0} State=x27 Page=5728 Cont=0 Offset=5728 BlkSize=12 BadPage
|
| Failover of DB2 Tools Catalog on MSCS | 06 Feb 2006 21:36 GMT | 8 |
Does anyone know how to correctly setup the Administration DB for fail over clustering on a MSCS server running DB2. Problem I have when I follow IBM's docs is that I install the Tools catalog on the first node but when I failover the cluster to the second
|
| Identity Column slow down the insert | 06 Feb 2006 16:28 GMT | 8 |
I have 2 same windows machine, same instance configure and Database , all run DB2 UDB V8.1.5 Test 1 : create table OUT_1 (LINE VARCHAR(350), LINENUMBER INTEGER NOT NULL
|
| Question on determining heavy hit tables. | 06 Feb 2006 14:42 GMT | 3 |
Running DB2 8.1.1 on AIX 5.1 We are trying to determine heavy hit tables for tuning purposes. We have been able to extract information concerning the numbers of inserts, deletes and updates for each table.
|
| DB2 Programing help | 06 Feb 2006 12:42 GMT | 1 |
I need to submit some SQL statements through VB code via ODBC. My question is can I submit something like: DECLARE vOne VARCHAR(40); SET vOne = ' World'
|
| Run time error 3231 | 06 Feb 2006 07:26 GMT | 1 |
Moved a working MS Access application from Win2000 (version 5.0 SP 3) OS with MS Access 2000 and DB2 Run-time client v7.1 FP 4 to XP (version 5.1, SP 2) OS with MS Access 2003 and DB2 Run-time client v8.1 FP 5. This application has linked in objects some of which are Access tables
|
| publib.boulder.ibm.com | 05 Feb 2006 17:15 GMT | 4 |
To come back to the online DB2 Information Center that is the only one updated documentation, it should be nice that publib.boulder.ibm.com not be down when we need it :-) Regards,
|