Tagged Questions

4
votes
3answers
43 views

Need a little clarification on MySQL Indexes

I've been thinking about my database indexes lately, in the past I just kind of non-chalantly threw them in as an afterthought, and never really put much thought into if they are c …
0
votes
3answers
52 views

How to connect 2 databases in php and mysql?

I have 2 databases. Users database and purchases database. Each database has different user and password. If i want to execute a query to call both databases. How do I connect the …
0
votes
3answers
37 views

Can i execute a single query on 2 database?

I am using php and mysql. i have a question, lets say, I have a userid column in users table under database A, and userid column in purchases table under database B. Can I execut …
0
votes
3answers
60 views

php multiple databases problem

Hi, i've set two database conections as below $con1 = mysql_connect("localhost", "root", "pwd") or die (mysql_error()); $con2 = mysql_connect("localhost", "wordpress", "pwd", tr …
0
votes
1answer
23 views

Database Feature Comparison Matrix

Does anyone know of a table or chart that compares the features of SQL Server, SQLite, and MySQL (maybe Oracle too) ? An example of what I'm looking for exists at DEVX, but doesn' …
2
votes
6answers
223 views

Free data warehousing systems--specifically, for data storage

I am building out some reporting stuff for our website (a decent sized site that gets several million pageviews a day), and am wondering if there are any good free/open source data …
0
votes
4answers
62 views

Company internal number

I'm brazilian and I'm developping a management software for internal use in the company I'm working on. I'd like to know a common english term to describe an imployee's internal co …
2
votes
5answers
67 views

Purging SQL Tables from large DB?

The site I am working on as a student will be redesigned and released in the near future and I have been assigned the task of manually searching through every table in the DB the s …
1
vote
2answers
28 views

How to change Column Properties In SQL?

I have many tables; each has a primary key which is an Identity column with a seed of 1. I have another program which converts data from a previous database (dBase) to sql. This pr …
-1
votes
8answers
175 views

WhichdDatabase would prove efficient?

I have to develop a web application in Java, a pretty big one with loads of data to store and manipulate. I am also planning to use Hibernate and Spring. There are many databases …
2
votes
8answers
250 views

What is a “database entity” and what types of DBMS items are considered entities?

Is it things like tables? Or would it also include things like constraints, stored procedures, packages, etc.? I've looked around the internet, but finding elementary answers to e …
1
vote
1answer
51 views

Nonrelational Databases for C++.

I was thinking of starting a project that very clearly needs a persistent store. I was about to reluctantly decide on a RDBMS, when I came across an article which briefly mentions …
1
vote
1answer
34 views

Common-practice in dealing with high-load tables in MySQL

Hi, I have a table in MySQL 5 (InnoDB) that is used as a daemon Processing Queue, thus it is being accessed very often. It is typical to have around 250 000 records inserted per d …
0
votes
1answer
37 views

PostgreSQL UTF8 Handling

From time time to time my PostgreSQL DB is reporting a strange error: [client] postgres7 error: [-1: ERROR: invalid byte sequence for encoding \"UTF8\": 0xb4 HINT: This error …
3
votes
3answers
42 views

Is there a breaking point when a database transaction will get corrupted?

I'm interested in how database transactions "commonly" are implemented in a database system, like for instance MySQL. Assuming the actual writing of data to the physical database …

1 2 3 4 next
15 30 50 per page