reorg- tablespace size increased
db2 9.5 .05 aix-6.1 After Performing RE-ORG on a table, the tablespace size increased? How to get back that space I performed re-org on a table (table size16gb ) in tablespace tbspid-8 Table space is...
View ArticleUsing a search box within an Access form
I have added a search box to the header of an Access form starting with code I found in an article by Susan Harkins on TechRepublic.com. Add a search control to an Access form | TechRepublic The search...
View ArticleHow does Execute immediate differ from execute immediate with quotes ?
I'm trying to understand what this code does..This snippet is a part of a stored proc. And @serv_nm and @db_n are the input parameters. execute immediate with quotes 'insert into #temp_seno_list...
View ArticleIs It Possible to Format The output of a number?
Hi to All, with a simple query of the type : Code: SELECT tot FROM clients; I obtain output format Code: tot | ------------------+ 94,010000000000001| But I'd wish to obtain this output...
View ArticleUnable to Pull Values From MMR Form
I have a folder that contains a Many-to-Many Relational Field (MMR) form. I have specified the exact folder that I am looking for within the script; however, I am unable to pull the contents of the MMR...
View ArticleMySQL doesn't start even manually
I can't start MySQL 5.5 server even manually from cmd prompt, when I go to /bin folder and run "mysqld.exe --console" The paths in my.ini file are all correct. The print screen of the error message is...
View ArticleORA-02298: cannot validate
Hi there, I am trying to add a foriegn key that references a primary key from another table. To give a diagram view of it this is what I mean: http://i46.tinypic.com/3tvtf.jpg The tables are created as...
View ArticleDesign confusion
Hey guys, I'm making a website and I have an option to define your availability throughout the week, however I need a database table to store this information, I have been thinking long and hard about...
View ArticleMS Access FE MS SQL BE Best Idea?
Hi All, I am very new on this forum and I hope that someone can provide me few ideas. I am forced to switch one MS Access database to MS SQL 2008 R2 version due to performance problems - MS Access 2010...
View ArticleNeed a help on moving stored procedures from one database to another database
Hi all, In our setup db2 v9.7 with fixpack 4 Need a help on moving stored procedures from one database to another database. Two Databases are created in partitioned environment under the same instance?...
View ArticleIs it Possible with a Complex Query?
Hi to All, Excuse for the perhaps hard question. I have a table "invoice_lines" of the form: Code: Year |week |item |matter |total| + + + 2012 |1...
View ArticleOverall Database Review
Hi, i haven't seen any threads that request an overall database review? i am at a point in my DB development where the number of Forms will increase and i wondered if an overall DB review has been...
View ArticleDB2 Text Search
Hi All! Does DB2 Text Search can search records by the word keys which contains a part of world, part of expression? How it can be configured? (for word part text search). DB2 9.7.5 Encoding UTF-8...
View ArticleSMS Marketing
Offer from Unitech Info SMS,GET 1 Lakh Bulk SMS OR EMAIL Just 10Ps/sms With UNLIMITED VALIDITY, Plus UNLIMITED SENDER Ids, Supports: Web Application Desktop Software Excel Plug ins. Visit:...
View ArticleAutorunstats Issue
Hi, We're on DB2 9.7 FP 5 with SAP. We have Autorunstats & Real time stats enabled on our BW system. However, some tables have old statistics...say 2-3 days old (these tables have 0% deviation)....
View ArticleInformix Database Problem
I am usin informix and i am unable to use case statement inside aggregate function. It always throws an error. following is the query I am using. select nvl(count(case when (ccd.contacttype =1 and...
View ArticleSybase ASE database status after startup.
Hi Experts, 1- I would like to know is there any command or isql query to find out the ASE database status, once the database comes up after startup? 2- Is there any mechanism related to ase health...
View ArticleCharacter Encoding Problem - LATIN-1 Character in UTF-8 DB
I am using C++ OCI LIB, to insert some report data from remote OCI client [10.2.0] to oracle 11 server. This data is read by another process to create the report. The DB CHARSET is UTF-8. But the...
View ArticleLooking for values in oracle 10g
Hi I'm trying to find out if any columns/rows in the whole schema that contain a certain name 'AABBCC'. Could you please advise if there is such a query that can be written? E.g., A query that can be...
View ArticleHow to install the "tablefunct" on Postgres 8.4?
Hi to All, I am working on Postgres 8.4 on linux, If I type the command: Code: SELECT * FROM crosstab( 'select rowid, attribute, value from ct where attribute = ''att2'' or attribute = ''att3''...
View Article