Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested DB2 Solutions: 1 - 25 of 916
 
What is the SQL command to list all tables in a database? What is the SQL command to list all columns in a table?
i have a field in db2 table which is of type date   the field content is 28.08.1997   while selecting the field i want it to be retrived it as 28081997 ie i want to remove the seperators an...
( Product : DBMS -> ORACLE, DB2 and SQL Server ) Hi Experts, I want to know the difference between the functions SYSDATE, CURRENT_DATE, CURRENT_TIMESTAMP in ORACLE, DB2 and SQL Server.? ...
Hi, I'm new to DB2.  I'm trying to create the following stored procedure for my DB2 database: CREATE PROCEDURE audit_event_remove_sp (IN v_cutofftime TIMESTAMP)     RESULT SETS 1     S...
This error is generated randomly, based on the number of applications running.  If I start up 25 applications, they run creat.  If I open up 10 applications they run great.  If I try to open a...
I like to use inner join and outer join among multiple tables on UDB... For this, I wrote below, but it basically picking up too many duplicated records. basically I do not like to have dupli...
I am using DB2 database as a back-end for PB70. I want to concatenate two fields from a table out of which one is string and the other is numeric. I tried following sqls (Field1 is string;...
I'm wondering what I can code in DB2 so it's something like: BETWEEN '2007-02-04 00:00:00' AND 'TODAY'S DATE'
After I load a table with these commands: db2 load from c:\data.txt of del warningcount 1000 messages i:\data.log replace into schema.tablename db2 load from c:\data.txt of del terminate...
This is a Ward transfer code, here is my servlet code, the last 4 queries are creating a weird problem and throwing up an exception when the queries has been done from the database itself. I'm...
Hi, I need to retrieve data from a DB2 table daily in a SSIS pacage (SQL Server 2005). I need to filter data by matching a Date column (F1) with Yesterday's date. This Date field F1 contains d...
Problem with DB2 DATETIME data retrieved and placed in a vb.net  string variable, then attempting to convert back to datetime in an update query. Example: A Datetime column has data that...
hi guys I have a store proc like this >>>>>>>>>>>>>>>>>>>>>>     CREATE PROCEDURE  RETRIEVE1600    (     IN I_DOC_FEE_CODE               CHAR(4),     IN I_EFF_START_DATE             D...
Hi all, I am trying to find empty tablespaces - tablespaces with no tables - in my DB2 Z/OS environment and from my control center. The script that I am using is returning error code -206. Th...
it says how can i clear and incrrease it it plz give steps thanks bobby SQL0964C  The transaction log for the database is full.  SQLSTATE=57011
Hello experts, I am new in DB2. How can I store a Credit Card Expiry date (MM/YY) in DATE format? And what is the correct syntax to insert a date, in various format? Thanks in advane for...
Dear experts A “schema” in DB2 refers to a qualifying name used to group objects together within a database. from the above statement what exactly is schema in laymans terms. what objec...
Dear experts I am using Db2-ExpressC In the db2 command editor i am trying to create a table and insert records in that table. I have done that in oracle but am new to db2. this is my tab...
any way i can around this query select  ICRTDT ,      substr (cast (int( ICRTDT)+20000000 as char (8)), 1, 4) || '-' ||     substr (cast (int( ICRTDT)+20000000 as char (8)), 5, 2) || '-' |...
hi everbody    before some months i installed the DB2 9 on the windows server 2003. Initially it was working properly. But after that  i have not started it for so many days.But today when ...
I'm new to db2. I have the free version of it and what I'm trying to do is create a table that has auto incrementing row in it for the primary key. Also do any one have any good sites for ...
I'm familiar with how to write Oracle stored procedures.  Would someone be willing to write an equivilant DB2 stored procedure for the following: CREATE OR REPLACE PROCEDURE simple_usp(   ...
1) What are the default isolation levels of DB2. How do we access this from GUI and command line or is it just a setting in sql.ini file etc. 2) How do we change isolation level for entire ...
i am trying to run a select count(*) from dim_order and its giving me reason code 3 error can u plz advise why and aht should i do to rectify it? SQL0668N  Operation not allowed for reason co...
I am using IBM DB2 Database. I need to create a Table with TIMESTAMP columns and i need to give default values for these columns. Following is my script CREATE TABLE FAX_BACK_INFO( FAX_BAC...