| Thread | Last Post | Replies |
|
| how to create Store procedures without using development center | 05 Jun 2008 07:46 GMT | 2 |
I am new to DB2, My installation of DB does not include Development center... but i need to create stored procedures. Geeks please help me how to create stored procedure and please step by
|
| Update, case, and -407 | 05 Jun 2008 01:35 GMT | 4 |
The following (skeleton) works fine when using AQT (win/xp, ODBC), but throws a -407 when issued from green screen SPUFI. The DB is 8.1.5 on z/OS. update tableFoo
|
| DB2 Query Help | 04 Jun 2008 18:18 GMT | 13 |
I have a table of over a billion records with the following fields referenced. ....client_cd, claim_thru_dt, claim_type_cd, claim_id, ma_paid_amt. The query used to produce the desired output is: SELECT CLIENT_CD, DATEPART(YEAR,CLAIM_THRU_DT) AS MOSYR,
|
| DB2 9.5 fixpack 1 stalls when running script | 04 Jun 2008 15:37 GMT | 3 |
Hello, I have a very simple script (or would you call it a batch file?) with the following content: connect to mydb2; DROP TABLE staff_employee_address;
|
| root owns files in db2 instance directory. | 04 Jun 2008 13:55 GMT | 2 |
I am checking an existing DB2 installation on Red Hat Linux and I see that root owns files in the db2 instance home directory. Stuff like: ./sqllib/adm/db2chparm
|
| perform date and time arithmetic, represent seconds and dates in DB2 | 03 Jun 2008 22:04 GMT | 2 |
Here is very intresting query,but it is not wirtten in DB2: input table: Task Start Finish Sleep 01-oct-04 19:00 02-Oct-04 07:00
|
| stop remote instance | 03 Jun 2008 18:16 GMT | 3 |
is it possible to stop/start remote instance? db2stop makes effect only with local instance regards S.
|
| DB2 memory usage help | 03 Jun 2008 17:22 GMT | 17 |
Im runnign various versions of DB2 on various UNIX platforms (Solaris / AIX). DB2 is generally eating up about 30% of memory on these systems (4Gb of RAM, which equates to over a gig). i want to limit DB2s memory
|
| SQL statement not supported error SQL1042N for MQT defn on a nickname | 03 Jun 2008 16:06 GMT | 7 |
I have a problem, I am getting SQL1042N The SQL statement is not supported. error when I try to create a MQT against a nickname. The source db is db2 version 9.1 fixpack 4, same as the target db and so the SQL is definitely supported and both are in windows 2003 server.
|
| Performance Goals for DBAs | 02 Jun 2008 20:24 GMT | 2 |
I would like to know what would be some performance goals for DBAs ? I can think of customer satisfaction and database availability being some. What else can I have as performance goals for my DBAs and more important what can I have as some stretch goals ?
|
| Query from ORACLE board is not working in DB2 | 02 Jun 2008 12:23 GMT | 13 |
This query is supposed to count consecutive years from the current year without OLAP. Input Table: ID DateCol
|