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

Database

 
GeneralRe: Best Database Configures with c# win. form Pin
Eddy Vluggen12-Feb-14 6:39
professionalEddy Vluggen12-Feb-14 6:39 
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 
Databases are optimized to work with records; there will be a HUGE difference between searching records (select using a where) and searching a specific substring within a NTEXT field.

If you are going to search within the contents of the fiels, you'd be wanting a full-text search catalog. Again, supported by most major databases, but their speed may vary wildly.

Can you post a schema of the data that you'll be storing? Should I be thinking about simple data like measurements or prices? (lots o' fields with numbers) Or more toward text? (lots of short readable text-fields, like profiles), more toward memo's (single large textfield), or even documents (Word, PDF?)

In the case of documents I'd suggest to dump the files in the filesystem - and to use something like Google Desktop Search to search for specific terms.

Agent_Spock wrote:
sorry, for all this
Don't be; for someone who doesn't code all those things might sound roughly the same. Sorry for my short and blunt answers.
Live long and prosper Smile | :)

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 
GeneralRe: what is the use of case statement Pin
Chandrakanta.Sen9-Feb-14 3:37
professionalChandrakanta.Sen9-Feb-14 3:37 
GeneralRe: what is the use of case statement Pin
Jubayer Ahmed10-Feb-14 1:03
professionalJubayer Ahmed10-Feb-14 1:03 
QuestionOracle Express Question Pin
Jassim Rahma7-Feb-14 22:19
Jassim Rahma7-Feb-14 22:19 
AnswerRe: Oracle Express Question Pin
Richard MacCutchan7-Feb-14 22:23
mveRichard MacCutchan7-Feb-14 22:23 
GeneralRe: Oracle Express Question Pin
Jassim Rahma7-Feb-14 22:27
Jassim Rahma7-Feb-14 22:27 
GeneralRe: Oracle Express Question Pin
Richard MacCutchan7-Feb-14 22:53
mveRichard MacCutchan7-Feb-14 22:53 
GeneralRe: Oracle Express Question Pin
Jassim Rahma7-Feb-14 22:54
Jassim Rahma7-Feb-14 22:54 

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.