Click here to Skip to main content
15,921,351 members

Survey Results

Do your development projects use a database?   [Edit]

Survey period: 4 Jun 2007 to 10 Jun 2007

How do your apps get their data?

OptionVotes% 
Yes, Microsoft SQL Server1,44368.78
Yes, Microsoft Access42020.02
Yes, Oracle36117.21
Yes, MySQL40519.30
Yes, Other28913.78
Nope1577.48
Respondents were allowed to choose more than one answer; totals may not add up to 100%



 
GeneralRe: Shame !!! no Postgre SQL in known list. Pin
Almighty Bob4-Jun-07 10:03
Almighty Bob4-Jun-07 10:03 
GeneralRe: Shame !!! no Postgre SQL in known list. Pin
jhwurmbach6-Jun-07 3:23
jhwurmbach6-Jun-07 3:23 
GeneralRe: Shame !!! no Postgre SQL in known list. Pin
onkelborg7-Jun-07 5:06
onkelborg7-Jun-07 5:06 
GeneralRe: Shame !!! no Postgre SQL in known list. Pin
jhwurmbach7-Jun-07 5:08
jhwurmbach7-Jun-07 5:08 
GeneralWhat about embedded ? Pin
Stefan Prodan4-Jun-07 2:16
Stefan Prodan4-Jun-07 2:16 
GeneralRe: What about embedded ? Pin
Zoltan Balazs7-Jun-07 0:41
Zoltan Balazs7-Jun-07 0:41 
GeneralRe: What about embedded ? Pin
Stefan Prodan7-Jun-07 2:24
Stefan Prodan7-Jun-07 2:24 
GeneralRe: What about embedded ? Pin
Vladimir Svrkota7-Jun-07 22:15
professionalVladimir Svrkota7-Jun-07 22:15 
QuestionRe: What about embedded ? Pin
Nisamudheen7-Jun-07 0:53
Nisamudheen7-Jun-07 0:53 
GeneralCan't belive that people are still using Access Pin
zadeveloper.com3-Jun-07 21:50
zadeveloper.com3-Jun-07 21:50 
GeneralRe: Can't belive that people are still using Access Pin
Jörgen Sigvardsson3-Jun-07 23:35
Jörgen Sigvardsson3-Jun-07 23:35 
GeneralRe: Can't belive that people are still using Access Pin
zadeveloper.com4-Jun-07 0:42
zadeveloper.com4-Jun-07 0:42 
GeneralRe: Can't belive that people are still using Access Pin
Jörgen Sigvardsson4-Jun-07 0:55
Jörgen Sigvardsson4-Jun-07 0:55 
GeneralRe: Can't belive that people are still using Access Pin
zadeveloper.com4-Jun-07 2:56
zadeveloper.com4-Jun-07 2:56 
GeneralRe: Can't belive that people are still using Access Pin
WillemM4-Jun-07 22:16
WillemM4-Jun-07 22:16 
GeneralRe: Can't belive that people are still using Access Pin
brightmohan5-Jun-07 17:46
brightmohan5-Jun-07 17:46 
GeneralRe: Can't belive that people are still using Access Pin
Maximilian Hänel4-Jun-07 5:11
Maximilian Hänel4-Jun-07 5:11 
GeneralRe: Can't belive that people are still using Access Pin
JMBeyer5-Jun-07 7:02
JMBeyer5-Jun-07 7:02 
GeneralRe: Can't belive that people are still using Access Pin
Michael Sadlon4-Jun-07 6:42
Michael Sadlon4-Jun-07 6:42 
GeneralRe: Can't belive that people are still using Access Pin
Richard Jones5-Jun-07 2:22
Richard Jones5-Jun-07 2:22 
GeneralRe: Can't belive that people are still using Access Pin
Ashley van Gerven5-Jun-07 14:43
Ashley van Gerven5-Jun-07 14:43 
GeneralRe: Can't belive that people are still using Access Pin
CARPETBURNER6-Jun-07 1:34
CARPETBURNER6-Jun-07 1:34 
GeneralRe: Can't belive that people are still using Access Pin
Corporal Agarn8-Jun-07 6:25
professionalCorporal Agarn8-Jun-07 6:25 
GeneralOracle does not seem very popular Pin
Patje3-Jun-07 21:24
Patje3-Jun-07 21:24 
It surprises me a bit that Oracle is not that popular.
We found out that SQL Server still lacks functionality that is present in Oracle, like e.g. consistent snapshot reading without locking the database.
In Oracle you can simply start a read-only translation, which will cause all subsequent queries to read from a snapshot without locking the database.
For our applications this is important since we need to load huge (and consistent) databases into memory in order to run simulations on it. Since other processes update the database at the same time, we don't want to lock the database to have this consistent view on it.
Apparently this functionality is standard in Oracle, while it can only be achieved in SQL Server by buying the very expensive Enterprise Edition (or at least I think this was the name).
Do some of you have this same problem or know a workaround for it on SQL Server?

Patje

Enjoy life, this is not a rehearsal !!!


GeneralRe: Oracle does not seem very popular Pin
NormDroid4-Jun-07 1:28
professionalNormDroid4-Jun-07 1:28 

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.