The database-management tag has no wiki summary.
0
votes
1answer
28 views
sql server split mirror db on to multiple devices
Say I have a large production mirrored 1TB DB that resides on a single MDF device and I would like to split that up into say 5 200 Gig devices.
I want to do this without interruption to Production.
I ...
-2
votes
2answers
112 views
What is the easiest way to manage large amounts of data? [closed]
Basically, I need to figure out the easiest way to manage a large amount of data, in a .XML-like structure, but easier to access and manage.
I'm putting together something for my team in order to get ...
0
votes
1answer
69 views
Inventory with multi - unit support feature
I have been developing an Inventory system (PHP Codeigniter & MySQL), I have setup almost everything except one feature which one of my clients wants to implement to the system - A multi - unit ...
2
votes
4answers
126 views
Oracle automatic GRANT permissions
I'm trying to analyze the security that DBMS provides, the following scenario provides a brief description of what I'm looking for.
// The current user connected to the database is "master"
// 1. ...
1
vote
3answers
100 views
Storing users data efficiently in mysql database
I am developing a recommendation engine, so that requires storing lots of data and keeping track of every move made by the user. So, basically my website is a product search engine and will be having ...
0
votes
3answers
126 views
how to determine slow queries?
My site is experiencing a really slow loading time. I have suspected that it might be javascript or php that causes longer loading time but i have tested my site in YSlow and its grade is B which i ...
0
votes
1answer
115 views
Database management tool that support Database server address in IPv6 format
I use Sybase ASE 15.5 on Windows server 2008 and use Sybase central (JDBC driver) for management. After configured my machine to IPv6 only mode ( pure IPv6) and correct the DSEDIT connection ...
8
votes
3answers
1k views
MySQL Database Connection Management In PDO
I'm very new to PHP/MySQL and I'm learning things as I go. One of the newer things I've learned is that there is a maximum number of connections that can be made to a database for a given username. ...
0
votes
2answers
92 views
How to efficiently create a large SQLite database with variable numbers of fields in rows?
I've fired up SQLite Database Browser and found Blob, Int and Text data types. There's also a box to name your own type but I'm expecting those to not be widely supported in SQLite.
If I have records ...
1
vote
2answers
217 views
How should I managed a database for register/log in with Facebook & Twitter
I am creating an iOS App which the user will be able to login to via his account with our website (internal), or via Facebook or Twitter.
What I would like to know is how should I manage the database ...
0
votes
2answers
105 views
detecting open database connections
I've built a website and has been running for a while now. but suddenly today I received and error that the maximum connections to the DB is reached.
how can I list the open connections and terminate ...
1
vote
1answer
308 views
SQL Server “Space Available” Alert?
I am looking for a way to send alerts when a database or log reach 10% space remaining.
Let me preface this question by saying that I intentionally did not include the word "file" in the question. ...
0
votes
1answer
59 views
PgSql with PHP: Issues Regarding Arrangement
Let's say I have a table like this
a | b | c | d | e | id | user_id |
...
4
votes
2answers
7k views
Listing information about all database files in SQL Server
Is it possible to list information about the files (MDF/LDF) of all databases on an SQL Server?
I'd like to get a list showing which database is using what files on the local disk.
What I tried:
...
1
vote
1answer
621 views
Database management Ruby On Rails
I'm new to Ruby On Rails, I allways used php to develop websites. With php I used MAMP and Sequel Pro to manage my database.
I would like to use Sequel Pro to manage my Rails database but I can't ...
1
vote
1answer
89 views
Suggesting options in select menu for better user interface
I recently developed a search which will gather prices from three online shops and compare them to provide the user with the best choice available to them.Its been hosted here
However, I want it to ...
0
votes
1answer
367 views
Content Management System which integrates with mySQL database
I have a mysql database which contains several tables. At the moment i'm using phpmyadmin to add entries to the database but i'm looking for a more convenient way of updating the database.
Are there ...
3
votes
5answers
1k views
What is “SQLiteDatabase created and never closed” error?
I have closed the database in my adapter class, so whay is this error showingup on logcat but my application is not forcr closing but only error is showing on log cat..where i shuold have to close the ...
1
vote
3answers
72 views
Increment a value for entire database
So we have a database. Every so often we'll add a new data set and the oldest dataset should be removed.
Say the DB is Early June: 18 records, Late June: 15 records, Aug: 23 records. When we add the ...
0
votes
1answer
199 views
What permissions does the health_check_user for pgpool-II need?
I'm confused about a point of pg_pool-II's documentation. The health_check_user is used to determine the health of DB cluster servers, but what abilities does the health_check_user need? As there are ...
1
vote
3answers
2k views
zend database migration scripts
I would like to know how do you guys work in Zend Framework environment especially how to keep the database table up to date with others team (database change management) . I have small team who works ...
1
vote
1answer
258 views
Database change management [closed]
I was wondering if there is any tool which would help me transfer changes form one database to another. Currently every time I want to deploy new version for tests I have to manually execute all ...
1
vote
0answers
20 views
How can I maintain production databases in a developer team?
So we have many clients using our software (with databases) on many different servers. We also have several developers all making changes to these databases daily.
When developers update their code ...
0
votes
3answers
172 views
Database management tool for handling many-to-many relationships?
Presently we're using phpMyAdmin for a project which has been working well enough, but as I've been normalizing the database and adding some many-to-many tables it's becoming quite painful to enter ...
2
votes
3answers
3k views
How can I list all tables in a database with Squirrel SQL?
I use Squirrel SQL to connect to a JavaDB/Derby database on my desktop. I can run SQL queries.
But how can I list all tables in the database? And preferably all column and column types.
0
votes
2answers
147 views
What is the best free (or under 200 dollar) database manager software?
I am currently using Toad, but am not very satisied.
0
votes
4answers
459 views
Benefits or using XML over MySQL and vice-versa?
I am currently working on a project that was not made by me but it makes use of a lot XML files instead of MySQL in place of it.
Because of that it makes me wonder if there is really any benefits of ...
3
votes
2answers
1k views
How to Handle Database Connections in Qt?
Here my problem; in such a case it complains about duplicate connections with same connection name:
Test::Test(QString connectionName)
{
db=QSqlDatabase::addDatabase("QMYSQL",connectionName);
}
...
0
votes
1answer
171 views
Class Table Inheritance with a hierarchy
I have 3 data types with -- a) Common columns b) a hierarchy -- and would like to know how to design the database.
Let's say at the top level, there is a Discussion. Within that, there are ...
10
votes
5answers
320 views
Code & data tracking / deployment
For a long time now, we've held our data within the project's repository. We just held everything under data/sql, and each table had its own create_tablename.sql and data_tablename.sql files.
We have ...
0
votes
1answer
510 views
Database Memory :: MySql Innodb how much storage memory allocation for empty field vs not empty field - varchar or text
I new in database, and dont know how and when mysql allocate memory space.
In MySql Innodb how much storage memory allocation for empty field (no string inserted) vs not empty field?
Other form of ...
4
votes
2answers
1k views
Single Table Inheritance (Database Inheritance design options) pros and cons and in which case it used?
Today, I studied about about 2 database design inheritance approaches:
Single Table Inheritance
Class Table Inheritance
In my student opinion, Single Table Inheritance makes a database smaller vs ...
15
votes
12answers
1k views
Should we have separate database instance for each developer?
What is the best way for developing a database based application? We can have two approaches.
One common database for all the developers.
Separate database for all the developers.
What are the ...
1
vote
3answers
177 views
Is there a way to create subdatabases as a kind of subfolders in sql server?
I am creating an application where there is main DB and where other data is stored in secondary databases. The secondary databases follow a "plugin" approach. I use SQL Server.
A simple installation ...
-3
votes
6answers
5k views
7
votes
3answers
183 views
Semantics of the Boolean and comparison operators in the context of three-valued-logic
Professor ask me this question:
What is the semantics of the Boolean and comparison operators in the context of three-valued-logic?
I'm not sure what he meant by that. What is comparison operator? ...
4
votes
6answers
2k views
Best MySQL management tool?
I am looking for a complete integrated MySQL management / admin tool (hopefully that can run in Linux). I need the ability to graphically model my tables and relationships (reverse/forward ...
0
votes
2answers
240 views
Django: Query works fine with Sqlite3, don't with others Database Management System
I have quite long query with 'Q()', with Sqlite3 works very well, but with postgresql or mysql I have strange error e.g. for postgresql: invalid input syntax for integer: "("
and for mySQL: Truncated ...
0
votes
8answers
242 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 available now like ...
4
votes
6answers
8k views
Visual Studio vs. SQL Server Management Studio - Your Pick
Just to preface: I work in a small company that does ASP.NET development and uses SQL Server 2005 for all of our database needs.
I was curious as to what were the pros and cons of using Visual ...

