| Thread | Last Post | Replies |
|
| How to split the contents of a column | 04 Oct 2007 18:40 GMT | 4 |
The SQL statement below returns the single value "8000k/1000k". select col1 from table1 fetch first 1 row only for read only with ur; COL1 ----------------
|
| pricing of Workgroup and ESE | 04 Oct 2007 16:54 GMT | 9 |
I need to find the pricing for WGE and ESE(old name) If anyone can point me in the right direction. Also, are DUO chips counted as two, like the xeons from Intel? Thanks in advance
|
| "show explained statements history" doesn't work | 04 Oct 2007 10:03 GMT | 1 |
Hello, all. DB2 v8.2.7, DB2 v9.1.3, Windows XP. When I choose this menu item (this menu appears when I right click a database) in db2cc nothing is happening on both versions of db2cc.
|
| Re: CASTLESCE | 04 Oct 2007 01:17 GMT | 1 |
Picking up on an old thread available at http://groups.google.com/group/ comp.databases.ibm-db2/browse_frm/thread/b2d4cc44f3e4e734 concerning how to create functionality to return a DATE-typed value from a valid date- string, but NULL for invalid date strings:
|
| DB2 Stored Procedure from SQL Server 2005 | 04 Oct 2007 00:39 GMT | 2 |
Hi, I'm new at this so I could use some advice. I need to call 1 or possible 2 DB2 z/os stored procedures from SQL Server 2005. What is the best way to accomplish this? This also needs to run at least once a day automatically.
|
| alternate approach to this sql | 03 Oct 2007 05:11 GMT | 2 |
My input data is csv file like this with '|' delimiter: 1|first 2|second 3|third
|
| DB2 Failover | 03 Oct 2007 02:28 GMT | 3 |
I am interested in failover for DB2 Version 9 on an AIX environment. Can you give me any recommendations?
|
| merge statement - why it is failing | 02 Oct 2007 19:45 GMT | 1 |
MERGE INTO MyTable as nd USING (with tex (ID, acc_num) as ( values ('1','acc232'), ('2','acc8993'), ('3','acc543') ) select ID, acc_num from tex
|
| Sequence as column name in DB2 V8 on MVS | 02 Oct 2007 19:31 GMT | 5 |
I am running my application on Windows. Developed in C++. The DB2 V8 database is installed on MVS mainframes. DB2 Client is installed on Windows.
|
| Which table should I use to get table entry | 02 Oct 2007 19:30 GMT | 3 |
I wanted to put check for the existing table. I got the table entry in two different tables. 1. SYSCAT.TABLES 2. SYSIBM.TABLES
|
| New to DB2: Create table if exists? How? | 02 Oct 2007 19:26 GMT | 1 |
I'm new in using DB2 and I have question on creating/ altering table. I created a file (DDL) with SQL statements, then the database administrator (my client) to create or alter the table automatically by running the command "db2 -tvf <filename>".
|
| SQL - Update statement | 02 Oct 2007 16:36 GMT | 3 |
I have two tables...Table1(name, date); Table2(appointment_name, name, appointment_date). I want to update appointment_date in Table2 with date from Table1 (business requirement). I am trying to write a Update statement, I
|
| Deadlocking on DB2 v9 on Linux (long) | 02 Oct 2007 14:10 GMT | 5 |
We have an application under which different rows are being accessed on the same table at the same time, by two seperate Java application threads each with its own connection to the DB2 database. The fact that the rows are different and we have row level locking
|
| Improving DELETE performance for a large number of rows | 01 Oct 2007 18:20 GMT | 3 |
Environment: DB2 LUW v8 FP15 / Linux I have a table with 50+ Million rows. The table structure is basically (ID - Timestamp). I have two main applications - one inserting rows, and the other reading/deleting rows.
|
| ADM5571W | 01 Oct 2007 09:09 GMT | 2 |
Found the following in an error log: ADM5571W DB2 is marking object "0" of table "I810ZZ1.GL00998Z" unavailable. This table will have to be dropped. I can't find what causes the message.
|