| Thread | Last Post | Replies |
|
| drop instance? | 17 Nov 2005 13:35 GMT | 10 |
How to I drop instance under Linux? for example i have created db2inst2 instance i want to completely remove that instance and all database under that instance
|
| time stamp of DML | 17 Nov 2005 13:26 GMT | 3 |
Is their a way out to find at what time a particular set of row was inserted or updated Which are the system table if any that provides this information. Thanks
|
| What's wrong with this simple SQL UDF? | 17 Nov 2005 00:30 GMT | 2 |
Folks, I'm writing an SQL UDF to replace DB2's LIKE (which has some nasty limitations regarding concatenation), and I've reached a problem that I can't figure out. It must be a coding or logic problem on my part, but I just can't see it. Hopefully someone else can spot it. ...
|
| SQL-PL Reference Materials | 16 Nov 2005 23:35 GMT | 2 |
Any good books or tutorials on SPL/PL or working with Stored Procedures and UDFs? Thanks in advance! DG
|
| Regarding Exam 701 | 16 Nov 2005 19:51 GMT | 3 |
I want to appear for DB2 UDB V8.1 for Linux, UNIX and Windows Database Administration (Exam 701) certification. Right now i am referring to the tutorial given in the IBM site for the same.
|
| connecting to SQL server table | 16 Nov 2005 16:30 GMT | 1 |
i have read about create server and create nickname commands in DB2 UDB can i use these commands to create nicknames for sql server tables ? do i need Information Integrator or not ? regards,
|
| Striping the time of the timestamp | 16 Nov 2005 16:08 GMT | 7 |
I want to change this query SELECT current timestamp FROM sysibm.sysdummy1; so it returns 2005-11-09-00.00.0.000000 not 2005-11-09-15.31.33.132000. Basically stip the time of the timestamp
|
| sqm.gen_dlconn_events Probe:10 | 16 Nov 2005 15:39 GMT | 1 |
I am running SUN server and DB2 version 8.1 During the execution an application Tivoli (ITIM) the following error has been taken place. 2005-10-26-17.43.10.884357 Instance:db2itim Node:000
|
| how to reinstall db2 after hard drive crash | 16 Nov 2005 14:58 GMT | 4 |
hi, we had a db2 udb v8.1.6 EE on windows installed, the install drive crashed, so all the programs related to db2 lost, but seems still have leftover in the system, such as db2 services, programs..., i try to do uninstall on the db2 Enterprise edition server, doesn't work, i try to
|
| Using "*" in subquery | 16 Nov 2005 10:59 GMT | 1 |
I have a question about using "*" in (sub)queries. This example query counts the number of records for a certain customer starting with record "80172" and stops after 10 rows. SELECT PK_ORDER,PK_CUSTOMER FROM
|
| fp10 | 16 Nov 2005 07:28 GMT | 3 |
Have downloaded and applied FP10 to V8.1 Win32 Workgroup Sever Edition and administration client. Now nothing works. As far as I can tell from the docs, I have to bind or re-bind something
|
| Want to write a standard user defined function in the db2 | 16 Nov 2005 06:59 GMT | 13 |
I want to write a standard java user defined function, like this example:- select db_fun("roll"), roll from student; **db_fun() will work for all tables of the all databse
|
| how to specify the number of records to fetch | 16 Nov 2005 06:56 GMT | 7 |
hi can any body helps me for the equal statement at DB2 ver 7.0 for this statement at SQL? Select top 10 column1 from table1
|
| Query on tables from different DBs | 16 Nov 2005 06:03 GMT | 2 |
I have one table TABLE1 in X db, and another table TABLE2 in Y db. When I execute the following: CONNECT TO X; SELECT * from TABLE1, TABLE2;
|
| SPs in VB6 | 15 Nov 2005 19:21 GMT | 5 |
I asked this last year, but never received a satisfactory answer: <<Has the promise of stored procedures written in VB6 been fulfilled in 8.2? If there be a special syntax, and where do I find it, and where are samples?
|