| Thread | Last Post | Replies |
|
| DB2 + shell script | 03 Apr 2006 11:11 GMT | 6 |
I have to write a Shell script like ... IF "select value from tablnema where condition;" = some_value then depending upon the this value I will call some other script.sql
|
| Computing the product of a column groupped by... | 03 Apr 2006 09:55 GMT | 3 |
I need your help here : I need to compute the product of a column, with conditions, over a table, grouped by a key (it is a probability table). In fact I need the exact equivalent of :
|
| UDB sort sequence problem | 03 Apr 2006 09:43 GMT | 3 |
I created database using CREATE DATABASE TEST ON D: USING CODESET 1250 TERRITORY HR COLLATE USING SYSTEM
|
| Transaction Log full. | 03 Apr 2006 09:41 GMT | 3 |
During some bulk loading of data .. I am frequently encountering the "Transaction Log Full " error . I am using the " import " command with "commitcount" being 1000. Even with such a low commitcount I get this error . As suggested I
|
| T-SQL to DB2 UDB SQL-PL conversion... | 03 Apr 2006 09:32 GMT | 2 |
How can I convert the following T-SQL construct to SQL-PL? if @ParameterType not in ('p1', 'p2', 'p3', 'p4', 'p4', 'p5') begin print 'good parameter'
|
| 2-nd edition of Celko Puzzle book in the works | 03 Apr 2006 09:12 GMT | 11 |
I am getting material for a second edition of my SQL PUZZLES book together of the next few months. 1) If anyone has a new puzzle, send it to me. You will get your name in print, fame, glory and perhaps a free copy, depending on my
|
| SQL Server co-existance | 02 Apr 2006 07:08 GMT | 2 |
Anyone ever installed DB2 and SQL Server DBMS's on the same host so that they both ran similtaneously? If so, any tips on getting it done? Thanks
|
| db2 File system caching ..DIO or CIO?? | 02 Apr 2006 04:41 GMT | 5 |
What is the purpose of file system caching while creating a tablespace? Memory on the test server gets used up pretty quickly after a user executes a complex query(database is already activated), after some investgation i found out that most of it being consumed by filesystem
|
| SQL6024E Table or index "tab_name" is not defined on node "0". | 02 Apr 2006 04:29 GMT | 1 |
Env : DB2 UDB 8.2 / AIX 5.3 When I try to use some DB2 Utilities against a partitioned table which is not defined on a particular node (Node 0 in this case) I'm getting this error.
|