Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / DB2 Topics / May 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Combining rows into a single column25 May 2006 14:02 GMT5
Consider the following table (Single level of hierarchy ... No need for
recursion)
PRIMARY_COLUMN        SECONDARY_COLUMN
-----------------------------
Expert tunning Database25 May 2006 13:54 GMT1
Expert tunning Database
http://quickdba.blogspot.com/2006/05/oracle-expert-tuning-secrets_22.html
the performance of delete with commitcount routine25 May 2006 11:00 GMT1
i see in this forum to make this routine using
"DELETE FROM (SELECT 1 FROM <name> WHERE <condition> FETCH FIRST <n>
ROWS
ONLY)
activate not logged initially - bug or feature?25 May 2006 06:59 GMT4
I'm sorry but previously command
ALTER TABLE tbl ACTIVATE NOT LOGGED INITIALLY
on table created without  NOT LOGGED INITIALLY option was impossible.
Or not?
About Exit Handler24 May 2006 21:59 GMT8
I have one STATES table with two fields (STATECODE, NAME).
I had written following stored procedure on this table
CREATE PROCEDURE ESCRIP.STATES_GETALL(OUT @ERRORCODE INT, OUT
@ERRORDESCRIPTION VARCHAR(200))
DB2 AIX:  Stored Procedure Dependency Script24 May 2006 21:55 GMT1
Some stored procedures call other stored procedures.  When moving
stored procedures as part of a release this requires that you create
the children procedures before the calling procedures.
Is there a tool, script, or some other way to determine the dependency
Can I dynamically reference the table and/or column name in a trigger body?  Special Register?24 May 2006 19:46 GMT1
DB2 LUW latest & greatest 8.2 FP11
Is there any way to dynamically reference the table and/or column name
in a trigger body, perhaps w/ a special register or something?
SP WRITE_AT() is passed: table,PK,operation,user,column,oldval,newval
How to select24 May 2006 19:38 GMT4
I have a history table, and I want to select the first date occurrence
of a type 'A' event after the last event of type other than 'A', if
there is one. The best I can come up with is below. This seems
convoluted, especially compared with a cursor over the history in
VIEW and GROUP BY24 May 2006 17:27 GMT9
  I have a problem with one of my view. Basically, I need to create a
view
to sum the amount in Table A grouped by the EMPLOYEE_ID. But I also
need the ability to limit the date range.
FETCH operator in SQL plan24 May 2006 15:48 GMT4
For the following SQL and plan
==============================================================
SELECT Q1.PLCY_KY, Q1.PLCY_TRM_EFCTV_DT, Q1.ACNTG_BGN_DT,
     CASE
Query Performance / Table Scan.24 May 2006 14:33 GMT8
DB2 V8 FP 11 running on Linux.
Given two tables:
T_SW_ID (SW_ID INTEGER, SW_NAME VARCHAR);
T_SW    (MACHINE_ID varchar, SW_ID DECIMAL (8), VERSION varchar,
What in validates Dynamic SQL Packages in Package Cache ?24 May 2006 09:43 GMT3
I am trying to understand what invalidates Dynamic Packages in the
Package Cache.
By monitoring the Size of the Package Cache, it appears the following
does
performance issues related to timestamps24 May 2006 04:39 GMT3
Is there any performance issues related to having default timestamps in
tables?
I have a Data Model in which all the tables have created_tms and
last_updated_tms which I have set default value as Current timestamp.
Running SQL script24 May 2006 03:52 GMT11
I have an SQL script with bunch of CREATE TABLES, ALTER TABLES, ...
I'd like it to run transactially. I have found that id I run a ALTER
STATEMENT inside a transaction and then roll it back the changes disapear.
So if this works for one statement it should also for a script, right ?
Unexpected SQL0964C Transaction log full23 May 2006 23:48 GMT1
I have a table with CHAR(8), CHAR(5), DOUBLE, DOUBLE, VARCHAR(40),
DOUBLE, CHAR(1). This should be roundabout less than 100 bytes per row.
The primary key is the CHAR(8)+CHAR(5).
The table holds 413896 rows so the pure byte count should be about 42MB.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 April, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.