| Thread | Last Post | Replies |
|
| Connect to IBM DB2 database without installing the DB2 client. | 12 May 2006 15:45 GMT | 2 |
To connect to the DB2 Driver, from a remote machine. Do we requier DB2 client. Can't we connect by just having IBM DB2 driver which is just a single file (db2cli.dll).
|
| .NET UBB link? (file on web) | 12 May 2006 14:33 GMT | 3 |
I'm trying to get more information on connect via .NET to UDB. On <URL:http://www-128.ibm.com/developerworks/db2/zones/vstudio/> there is a link "CBT: Fast path to DB2 UDB in a Visual Basic .NET environment"
|
| Design of a table | 12 May 2006 13:53 GMT | 3 |
I want to design a Table with the following condition: The table is used to store Department Information. There are 3 types of Department- Dept A, Dept B and Dept C The table structure is:
|
| Privileges | 12 May 2006 13:13 GMT | 5 |
I have a scenario here where I need to restrict the Sydney users to access only sydney related data, Melbourne users to access only melbourne data, etc. How do I implement this?
|
| String matching in LIKE predicate... | 12 May 2006 07:36 GMT | 5 |
Is there any way I can specify a regex-like expression in the LIKE part of a WHERE clause? Something to the tune of: '#+-#+'
|
| Traversing Relationship Tree | 12 May 2006 07:35 GMT | 3 |
I am attempting to write a query that will traverse the relationships for tables in my database that will provide me the order in which I need to perform delete operations to avoid running into foreign key constraints. I have determined the delete order manually, but since the
|
| which data type to select | 12 May 2006 07:31 GMT | 5 |
I have a web application with a table to store terms and conditions of a Company. This may some times run into many pages and some times it may be just a few sentences. It is a character text field. I want to know which Data
|
| Definition of a 'Very Large Table' | 12 May 2006 07:26 GMT | 2 |
I have heard and read this many times: "Partitions should only be used for 'very large' tables". What actually determines whether a table is 'very large' or not? I have tables containing 0.5 million rows, 8 million rows, 14 & 29 million
|
| Urgent - DB2LOAD API db2LoadInfoIn Struct | 12 May 2006 07:25 GMT | 2 |
In DB2 load API for struct db2LoadIn I am setting following values ... inputInfoStruct.piUseTablespace = NULL;
|
| Guidelines for db server on SAN | 12 May 2006 05:21 GMT | 2 |
If in a scenario two database servers are to be clustered to access a common database residing on SAN, What shall be the guidelines for optimal performance of the servers? Will keeping the indexes,logs and underlying data in different disks help
|
| Can I create an index on a view? | 12 May 2006 01:01 GMT | 2 |
We are running DB2 on iSeries V5R2. Using AQUA DATA STUDIO with a connection to our iSeries, I created a view using SQL and I am trying to create an index on this view using the code below.
|
| Creating Scalar UDF | 12 May 2006 00:45 GMT | 5 |
I am trying to create a function which returns a scalar data. M function tries to insert a row in a table as well. /** CREATE function getManufacturerId
|
| Storing some Japanese data. | 11 May 2006 23:14 GMT | 1 |
We are converting a data warehouse to a Unicode database to get ready for multilingual support. If we will have 95% of our data in English as we currently do, and less than 5% in other foreign languages including Japanese, it appears as if we would be best off using
|
| runstats within open transaction | 11 May 2006 21:58 GMT | 4 |
I want to do runstats within an open transaction to get best optimization for current distribution but in the past I have recognized that runstats had no effect on the next Statements within that transaction. Is this behavior like it should be or could I expect the optimizer to use
|
| working with a stored procedure | 11 May 2006 21:19 GMT | 3 |
Hi gurus, i have written a stored procedure in a file sampleproc.sql DB2 V8.2 AIX V5.3 Is this first step correct? If yes, what are the next steps?
|