Click here to Skip to main content
15,889,462 members
Home / Discussions / Database
   

Database

 
GeneralRe: Best Database Configures with c# win. form Pin
Richard Deeming12-Feb-14 8:19
mveRichard Deeming12-Feb-14 8:19 
GeneralRe: Best Database Configures with c# win. form Pin
Jörgen Andersson12-Feb-14 8:29
professionalJörgen Andersson12-Feb-14 8:29 
AnswerRe: Best Database Configures with c# win. form Pin
Bernhard Hiller11-Feb-14 21:39
Bernhard Hiller11-Feb-14 21:39 
GeneralRe: Best Database Configures with c# win. form Pin
Richard Deeming12-Feb-14 1:47
mveRichard Deeming12-Feb-14 1:47 
GeneralRe: Best Database Configures with c# win. form Pin
Jörgen Andersson12-Feb-14 4:44
professionalJörgen Andersson12-Feb-14 4:44 
GeneralRe: Best Database Configures with c# win. form Pin
Bernhard Hiller12-Feb-14 20:54
Bernhard Hiller12-Feb-14 20:54 
GeneralRe: Best Database Configures with c# win. form Pin
agent_kruger12-Feb-14 5:14
professionalagent_kruger12-Feb-14 5:14 
GeneralRe: Best Database Configures with c# win. form Pin
Eddy Vluggen12-Feb-14 6:39
professionalEddy Vluggen12-Feb-14 6:39 
Agent_Spock wrote:
how much pain it will cause it to the developers doesn't matter
Now there's an helpfull attitude; aren't they the ones who have to support your sh*t?

Oracle, MySql and Sql Server can handle large amounts of data. Program against the IDb* interfaces and speak SQL92 - download the trials and TEST it. Have some console-app generate 100 million records if that's the kind of data you expect.

Don't expect to be databinding them to a gridview, regardless of your database. As soon as you have the test-setup, you'll also experience it's speed. Next you'll be learning what an index is, and find that all three db-servers support them. Aw, and yes, the schema does matter.

..and do take in account that the budget is a constraint; if you can afford a harddisk and Sql Server, you could also afford MySQL and an SSD-drive. Hard to predict who'd be faster out of those two Smile | :)

Agent_Spock wrote:
manipulate 100 million records which configures with c# win. form.
Did you say "manipulate"? Didn't you mean "store"?


--edit;
http://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems[^]
Hint: you'll need support for indexes, partitioning, and might want to take a look at both capabilities (do you need support for each type? each join?) and max. sizes of tables and database.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]


modified 12-Feb-14 13:04pm.

GeneralRe: Best Database Configures with c# win. form Pin
agent_kruger13-Feb-14 1:03
professionalagent_kruger13-Feb-14 1:03 
GeneralRe: Best Database Configures with c# win. form Pin
Jörgen Andersson13-Feb-14 2:09
professionalJörgen Andersson13-Feb-14 2:09 
GeneralRe: Best Database Configures with c# win. form Pin
Eddy Vluggen13-Feb-14 2:59
professionalEddy Vluggen13-Feb-14 2:59 
GeneralRe: Best Database Configures with c# win. form Pin
agent_kruger13-Feb-14 4:38
professionalagent_kruger13-Feb-14 4:38 
GeneralRe: Best Database Configures with c# win. form Pin
Eddy Vluggen13-Feb-14 10:28
professionalEddy Vluggen13-Feb-14 10:28 
GeneralRe: Best Database Configures with c# win. form Pin
agent_kruger14-Feb-14 0:47
professionalagent_kruger14-Feb-14 0:47 
GeneralRe: Best Database Configures with c# win. form Pin
Eddy Vluggen14-Feb-14 6:54
professionalEddy Vluggen14-Feb-14 6:54 
GeneralRe: Best Database Configures with c# win. form Pin
agent_kruger14-Feb-14 16:51
professionalagent_kruger14-Feb-14 16:51 
GeneralRe: Best Database Configures with c# win. form Pin
Eddy Vluggen14-Feb-14 22:58
professionalEddy Vluggen14-Feb-14 22:58 
GeneralRe: Best Database Configures with c# win. form Pin
agent_kruger15-Feb-14 1:36
professionalagent_kruger15-Feb-14 1:36 
GeneralRe: Best Database Configures with c# win. form Pin
Eddy Vluggen15-Feb-14 23:15
professionalEddy Vluggen15-Feb-14 23:15 
QuestionHow I create new column in sql server? Pin
Chandrakanta.Sen9-Feb-14 3:47
professionalChandrakanta.Sen9-Feb-14 3:47 
GeneralRe: How I create new column in sql server? Pin
Andrius Leonavicius9-Feb-14 7:17
professionalAndrius Leonavicius9-Feb-14 7:17 
AnswerRe: How I create new column in sql server? Pin
Mycroft Holmes9-Feb-14 11:54
professionalMycroft Holmes9-Feb-14 11:54 
AnswerRe: How I create new column in sql server? Pin
Member 1039216111-Feb-14 7:07
Member 1039216111-Feb-14 7:07 
Questionwhat is the use of case statement Pin
Chandrakanta.Sen8-Feb-14 2:14
professionalChandrakanta.Sen8-Feb-14 2:14 
AnswerRe: what is the use of case statement Pin
Peter Leow8-Feb-14 2:48
professionalPeter Leow8-Feb-14 2:48 

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.