| Thread | Last Post | Replies |
|
| Need Efficent Query | 30 Nov 2007 22:35 GMT | 42 |
I'm hoping some SQL gurus read this and help me optimize my table/ query. :) The table is shown below: CREATE TABLE IF NOT EXISTS PACKAGE_TABLE (
|
| Newbie question | 29 Nov 2007 02:16 GMT | 1 |
I know that this the most general group on databases, and I did not read the FAQ (the reason being that I did not find :-) ). I am not a computer scientist, and I need to implement a simple database. My problem is from the general area of the "which db to choose" problems --
|
| Linter DB Call Interface | 27 Nov 2007 16:12 GMT | 7 |
My project involves evaluation of different RDBMS systems for speed and performance. I'm currently working on evaluation of RelX Linter DB. I am using VC++ 2005 on Win XP for this project. Could anyone tell me
|
| Which language to use.... | 26 Nov 2007 11:59 GMT | 5 |
I'm using cygwin, which includes octave (matlab work-alike), postgresql, and perl. I also have Excel 2003. I'll be analyzing data from the I/O log files of a suite of applications that communicate in a "dataflow" manner, by which I mean that the data flows unidirectionally, though ...
|
| Databases - which one | 09 Nov 2007 17:42 GMT | 5 |
folks, is there a database for a non-commercial use (i.e. relatively cheap) which will allow me to store both text and diagrams/tables, preferably in the same field? I do not want to use the OLE system. I can run on either PC or Mac
|
| Tool for comparing result of 2 stored procs | 08 Nov 2007 23:00 GMT | 4 |
We are in the process of tuning the performance of our stored procs in SQL 2000 and are looking for a tool that would help us in comparing the result sets of an old SP and a modified SP. The tool should take as input the names of the 2 SPs, a set of parameter values and invoke
|
| MySQL Function Error | 08 Nov 2007 19:24 GMT | 1 |
I have a table called "distributor" having "distributor_id" as a PK and taking an integer data type as well as "distributor_parent_id" which also takes an integer data type but can accept null values; I tried to make this simple function that returns the parent_id by
|
| People/Identity Tracking | 07 Nov 2007 18:24 GMT | 5 |
What type of database system/design is best suited for people/identity tracking of a population? Can the design also allow for quick searching of record based on some personal details such as by name, date of birth or others?
|
| Tool for comparing result of 2 stored procs | 07 Nov 2007 14:08 GMT | 1 |
We are in the process of tuning the performance of our stored procs in SQL 2000 and are looking for a tool that would help us in comparing the result sets of an old SP and a modified SP. The tool should take as input the names of the 2 SPs, a set of parameter values and invoke
|
| Data Model: Determining the Fee Value to Apply to a Multi-tiered Set of Value Ranges | 05 Nov 2007 22:33 GMT | 6 |
I am trying to find a design pattern/data model pattern for a database problem regarding value ranges/tiers. I actually got this to work a few years ago on my own, but I figured this is likely a scenario that more folks have run into and a standardized solution may exist.
|
| Google and RegEx | 02 Nov 2007 22:36 GMT | 2 |
It was asked on a Google discussion group: "Why don't Google searches support Regular Expressions?" I was trying to imagine what kind of index structure or parallel processing scheme it might take to support RegEx searches on gazillions of gigabytes of
|
| Translating a polymorphic idea into a database | 01 Nov 2007 12:26 GMT | 1 |
I'm building a database for an application that I'm writing. Because I can't disclose what this program actually does, I'm going to present a similar example. The application has an entity named person. A person has many
|