Click here to Skip to main content
15,892,005 members
Home / Discussions / Database
   

Database

 
GeneralRe: Fetching dependent records from the same table Pin
Neeraj Kr27-Jun-09 16:42
Neeraj Kr27-Jun-09 16:42 
GeneralRe: Fetching dependent records from the same table [modified] Pin
Niladri_Biswas27-Jun-09 16:59
Niladri_Biswas27-Jun-09 16:59 
QuestionDevelop own small database-system Pin
softwarejaeger26-Jun-09 6:21
softwarejaeger26-Jun-09 6:21 
AnswerRe: Develop own small database-system Pin
Luc Pattyn26-Jun-09 6:55
sitebuilderLuc Pattyn26-Jun-09 6:55 
GeneralRe: Develop own small database-system Pin
softwarejaeger26-Jun-09 7:04
softwarejaeger26-Jun-09 7:04 
GeneralRe: Develop own small database-system Pin
Luc Pattyn26-Jun-09 7:08
sitebuilderLuc Pattyn26-Jun-09 7:08 
GeneralRe: Develop own small database-system Pin
softwarejaeger26-Jun-09 7:14
softwarejaeger26-Jun-09 7:14 
GeneralRe: Develop own small database-system Pin
Luc Pattyn26-Jun-09 7:18
sitebuilderLuc Pattyn26-Jun-09 7:18 
I can't tell you from my own experience, I only use a small MySQL db.
Most people here seem to favor SQL Server (the non-Express one for real applications).

This is something I copied here from earlier this year:

16-JAN-2009 Mika Wendelius, on choosing a database
- for single user application with small amount of local data => SQL Server Compact Edition
- for multi user application with medium amount of shared data => SQL Server Express / Oracle XE
- for multi user application with large amount of shared data => SQL Server Std or Enterprise / Oracle 11g

I believe that the next question you would have is: what is a small or large amount of data. Again a matter of opinion but perhaps some quantities (these are certainly not accurate but give some idea):
- small amount could be less than 1 GB, perhaps less than a hundred tables and no table contain over 10 000 rows
- large amount could be more than 4 GB of actual data, perhaps 500+ tables tables and and some tables contain over 10 000 000 rows. User amount is high, let's say over 1000 concurrent.

And maybe this could be useful:
Comparison of relational database management systems
http://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems[^]

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.

GeneralRe: Develop own small database-system Pin
softwarejaeger26-Jun-09 7:34
softwarejaeger26-Jun-09 7:34 
GeneralRe: Develop own small database-system Pin
David Mujica26-Jun-09 7:21
David Mujica26-Jun-09 7:21 
GeneralWeb Apps only have 1 user Pin
David Mujica26-Jun-09 7:16
David Mujica26-Jun-09 7:16 
GeneralRe: Web Apps only have 1 user Pin
softwarejaeger26-Jun-09 7:27
softwarejaeger26-Jun-09 7:27 
GeneralRe: Web Apps only have 1 user Pin
Enver Maroshi26-Jun-09 7:33
Enver Maroshi26-Jun-09 7:33 
GeneralRe: Web Apps only have 1 user Pin
softwarejaeger26-Jun-09 7:49
softwarejaeger26-Jun-09 7:49 
GeneralRe: Web Apps only have 1 user Pin
softwarejaeger26-Jun-09 8:21
softwarejaeger26-Jun-09 8:21 
GeneralRe: XML, Serialization, Object Oriented Pin
Enver Maroshi26-Jun-09 21:09
Enver Maroshi26-Jun-09 21:09 
AnswerRe: Develop own small database-system Pin
David Skelly28-Jun-09 23:01
David Skelly28-Jun-09 23:01 
AnswerRe: Develop own small database-system Pin
smcnulty200029-Jun-09 21:30
smcnulty200029-Jun-09 21:30 
QuestionOut of range exception when using spaces to SQL? [modified] Pin
cdietschrun26-Jun-09 4:02
cdietschrun26-Jun-09 4:02 
AnswerRe: Out of range exception when using spaces to SQL? Pin
Niladri_Biswas26-Jun-09 5:49
Niladri_Biswas26-Jun-09 5:49 
QuestionIs it possible to write stored procedures and views in ms access Pin
Member 426027026-Jun-09 0:35
Member 426027026-Jun-09 0:35 
AnswerRe: Is it possible to write stored procedures and views in ms access Pin
riced26-Jun-09 2:05
riced26-Jun-09 2:05 
QuestionFloat or else? Pin
VisualLive25-Jun-09 16:37
VisualLive25-Jun-09 16:37 
AnswerRe: Float or else? Pin
Mycroft Holmes25-Jun-09 17:18
professionalMycroft Holmes25-Jun-09 17:18 
GeneralRe: Float or else? Pin
J4amieC25-Jun-09 23:50
J4amieC25-Jun-09 23:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.