| Thread | Last Post | Replies |
|
| Autocommit and Stored Procedure Performance | 11 Mar 2004 03:31 GMT | 6 |
Hi again folks, I know I have been thrashing this newsgroup over the past week, and asking all manner of silly questions, but I ask for your patience with a newbie. Ive been reading a lot of articles in here regarding the autocommit
|
| To use or not to use: generated keys | 10 Mar 2004 23:45 GMT | 1 |
I am creating a dynamic table that will only contain between 1-500 rows. Once the row is processed it is deleted. during prime time there will be close to 500 rows. on weekends and off hours there will be close to
|
| SQL profiling | 10 Mar 2004 21:30 GMT | 2 |
Id like to profile an SQL (a very sloow sql) in order to optimise the query. i.e to know how long it takes to process and whats its doing (the equivalent of the used EXPLAIN in mySQL.) In DB2 Im running 'explain all...' and then obtaining the output using
|
| Query fails in GUI apps but succeeds in CLP? | 10 Mar 2004 14:53 GMT | 2 |
(Windows 2000, db2 version info below) I have something weird going on that I can't figure out. I can connect to a database and run a query fine using CLP. When I try to run it with any GUI app (e.g. Command Center or Quest
|
| load with del - how to change the delimiting character? | 10 Mar 2004 14:47 GMT | 4 |
For the life of me, I cannot find in the manuals, how to change the delmiting character of a DEL type file we are using for a load. The file uses | instead of commas, and I need to accommodate. P.S. I hate the new "information centre". Give me the command
|
| How long time is needed to setup DB2 Information Integrator / Federation on WIN2K ? | 10 Mar 2004 11:35 GMT | 2 |
Best regards Lars Wikstrom
|
| Does federation use INDEX? | 10 Mar 2004 11:34 GMT | 2 |
I wonder if federation uses index on other DB2 databases? Best regards Lars
|
| sql | 10 Mar 2004 11:30 GMT | 2 |
Dept Date State Plan D1 20040309 CA p1 D1 20040309 NY p1 D1 20040309 PA p2
|
| Are tables from other database using the federated feature visible in ODBC | 10 Mar 2004 11:23 GMT | 5 |
I am thinking about joining 4 different databases using the federated feature. If I then look in the database using ODBC can I then see these "new" tables? Best regards Lars
|
| Bind Error | 10 Mar 2004 06:01 GMT | 1 |
I have created a User Defined Function(UDF) on db27.1 Z/os. I am using the function in one of my Java Stored Procedures. When i build the stored procedure through stored proc builder i get the following error. Any pointers on this would be of greate help.
|
| how to use sql to query from different database. | 10 Mar 2004 05:33 GMT | 6 |
hi, we are using db2 udb v8.1, i would like to know is there a way by using sql to query two different tables which exists on two different database on the same server. thanks
|
| Getting journal results through SQL | 10 Mar 2004 00:31 GMT | 1 |
I am new with V8 windows. I am looking to get the data that the journal provides and display it on a web page. I am looking for the data on the output tab of the show results window. I have found a few things that I think are pointing in the right
|
| how to take effect database configuration change properly | 09 Mar 2004 17:35 GMT | 2 |
hi, i am using db2 udb v8.1, i would like to know if there are more than one database under DB2 instance, i have updated one of the database configuration parameter( such as logfilsiz, dbheap, locktimeout ...), can only this database restart to effect the change?
|
| db2 binding complain about the license error | 09 Mar 2004 17:28 GMT | 2 |
hi, currently i have a licensed DB2 UDB v8.1 installed, and i put the fixpack 4 on top of it, but when i do db2binding, i get the error stating that the driver is not licensed, why is that? please help? C:\Program Files\IBM\SQLLIB\BIN>java -cp "c:\program
|
| Rе: enumerating all the paths in acyclic graph | 09 Mar 2004 16:45 GMT | 3 |
Tokunaga T. (tonkuma@jp.ibm.com) rote
> CREATE TABLE Edges > (tail SMALLINT NOT NULL > ,head SMALLINT NOT NULL |