| Thread | Last Post | Replies |
|
| GROUP BY problem in conjunction with a SUM() | 28 Feb 2007 08:48 GMT | 2 |
Perhaps some kind soul could help me out with an SQL I have been trying all day to get to work, where one colum is just not summing up the way I want it to. I have the following data
|
| Indexed fields not known up-front, major headache.. | 26 Feb 2007 19:41 GMT | 1 |
I have got the requirement for the database that the fields that are search-able are not known up-front. In my mind I would need one column for each field, and index those columns. A co-worker has mentioned the use of some "lookup tables", but I can't see how
|
| Simple Join Taking a Long Time | 26 Feb 2007 17:11 GMT | 14 |
I have a very simple join which is taking nearly a minute to execute. It uses the following two tables: CREATE TABLE `candidates` (
|
| What database format is this? | 25 Feb 2007 00:24 GMT | 2 |
Can some one please help me. I need to access this database (I have been told it's database) but I don't know how? It's coming from machine made in Japan app. year 1994-1998 if it helps. Below you can find short sample of it, rest is seen in comp.binaries.acorn
|
| How to find the backup date of a restored daabase? | 25 Feb 2007 00:11 GMT | 5 |
I have a few SQL backups restored from a set of backup files. The backup files have been removed from the drive because of some storage constrains... For some data comparison reasons, I need to figure out the actual date
|
| pure SQL results flattening? | 24 Feb 2007 15:17 GMT | 3 |
let's say at table has columns A, B and C and I do: SELECT A, B, COUNT(*) FROM TABLE GROUP BY A, B
|
| Super Key | 21 Feb 2007 20:54 GMT | 1 |
Anyone please tell me what is SUPER KEY and how it is differentiated from other keys like Candidate Keys and Minimal Keys.
|
| Will pay for need help and occasional advise on using excel | 19 Feb 2007 12:13 GMT | 2 |
" sorry if this is off post ...will be my last" Thx in advance for your help and interest. i am an independant oil and gas consultant and have a fair amount of computer experience but, am absolutely lost when it
|
| [postgresql] backup database by cloning itself | 16 Feb 2007 22:45 GMT | 10 |
my database is not very big so I want to adopt this backup strategy: each 1 hour I want to clone the whole database 'mydatabase' to another database 'currenttime_mydatabase' in order to have 24 backup a day, overwriting the yesterday backups by today-same-time backups.
|
| TimesTen with C# | 16 Feb 2007 21:13 GMT | 3 |
Could the experts here point me to books or web links that show how one could use C# to connect to TimesTen database ? Or any workarounds to connect to the database using C# ? Appreciate any help.
|
| Reverse Engineering Tool? | 16 Feb 2007 18:03 GMT | 7 |
I don't use graphical tools during development. My current customer wishes graphical models. So I'd like to have a tool which can reverse engineer my database and create a model. Is there any reverse engineering tool which requires nearly no 'hand work'? Any hint appreated. Andreas
|
| mysql in c++ initialize error occurs a simple program is executed in redhat9.0 , using gcc 3.2.2 compiler version ... | 16 Feb 2007 17:59 GMT | 1 |
mysql in c++ initialize error occurs a simple program is executed in redhat9.0 , using gcc 3.2.2 compiler version ... #include <stdio.h> #include <mysql.h>
|
| Delta compression of query results | 14 Feb 2007 16:12 GMT | 2 |
Suppose a database server - say MySQL, though I'd be interested in answers to my question for other systems too - and client are separated by a low bandwidth link such as DSL, and the client repeatedly issues a query for, say, a current product list.
|
| Query improvement | 12 Feb 2007 16:26 GMT | 4 |
I have a question about a query I would improve (I know it is not the best). I have two tables: USER:
| id | ...some data fields... | |
| Database design question - resource network | 09 Feb 2007 10:52 GMT | 10 |
I'm a designer with some basic database knowledge but I would like some suggestions on a database design problem that's really too much for me.. Here's the question:
|