Click here to Skip to main content
15,904,638 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to send data from DB to all running application X's... Pin
Klaus-Werner Konrad16-Mar-11 8:00
Klaus-Werner Konrad16-Mar-11 8:00 
QuestionMySql connector and VS2010 SP1 Pin
Daniele Fusi14-Mar-11 4:59
Daniele Fusi14-Mar-11 4:59 
QuestionHow to create user 'sa' on Sql Server Pin
AmbiguousName12-Mar-11 4:25
AmbiguousName12-Mar-11 4:25 
AnswerRe: How to create user 'sa' on Sql Server [modified] Pin
Wendelius12-Mar-11 6:14
mentorWendelius12-Mar-11 6:14 
AnswerRe: How to create user 'sa' on Sql Server Pin
jschell13-Mar-11 10:19
jschell13-Mar-11 10:19 
QuestionConverting to a Relational Database [modified] Pin
Dominick Marciano11-Mar-11 17:26
professionalDominick Marciano11-Mar-11 17:26 
AnswerRe: Converting to a Relational Database Pin
Wendelius12-Mar-11 6:38
mentorWendelius12-Mar-11 6:38 
AnswerRe: Converting to a Relational Database Pin
jschell13-Mar-11 10:25
jschell13-Mar-11 10:25 
DisIsHoody wrote:
This will eliminate duplicate client names, site names, etc. However there are over 10,000 records in the database, and to go through this manually would take a long time, as it seems there is no way to start it and finish it at a later time. Does anyone have an recommendation on how I can go about making this flat database into a relational database relatively easily?


Second did not cause the first problem.

That same problem can occur in a relational database.

As per the other posting you can use distinct to eliminate duplicates but only on exact matches. Consider the following entries.

Mikes Auto 431 W. Main Street
Mike Auto 431 W. Main Street
Mikes Auto 431 West Main St.

Which of them are duplicates? Can one create code that eliminate duplicates from a list like this? Yes. Is it worth it for 10,000 records? Depends.
AnswerRe: Converting to a Relational Database Pin
Corporal Agarn14-Mar-11 4:26
professionalCorporal Agarn14-Mar-11 4:26 
QuestionTwo physcial servers with same Database name server Pin
vanikanc11-Mar-11 11:00
vanikanc11-Mar-11 11:00 
AnswerRe: Two physcial servers with same Database name server Pin
Wendelius11-Mar-11 11:47
mentorWendelius11-Mar-11 11:47 
QuestionParent-children Listing Pin
Ali Al Omairi(Abu AlHassan)11-Mar-11 8:16
professionalAli Al Omairi(Abu AlHassan)11-Mar-11 8:16 
AnswerRe: Parent-children Listing Pin
Chris Meech11-Mar-11 8:25
Chris Meech11-Mar-11 8:25 
GeneralRe: Parent-children Listing Pin
Ali Al Omairi(Abu AlHassan)11-Mar-11 8:45
professionalAli Al Omairi(Abu AlHassan)11-Mar-11 8:45 
GeneralRe: Parent-children Listing Pin
Chris Meech11-Mar-11 9:04
Chris Meech11-Mar-11 9:04 
GeneralRe: Parent-children Listing Pin
Ali Al Omairi(Abu AlHassan)11-Mar-11 9:09
professionalAli Al Omairi(Abu AlHassan)11-Mar-11 9:09 
GeneralRe: Parent-children Listing Pin
Chris Meech11-Mar-11 9:41
Chris Meech11-Mar-11 9:41 
AnswerRe: Parent-children Listing Pin
Wendelius11-Mar-11 9:16
mentorWendelius11-Mar-11 9:16 
GeneralRe: Parent-children Listing Pin
Ali Al Omairi(Abu AlHassan)11-Mar-11 9:26
professionalAli Al Omairi(Abu AlHassan)11-Mar-11 9:26 
GeneralRe: Parent-children Listing Pin
Wendelius11-Mar-11 12:02
mentorWendelius11-Mar-11 12:02 
AnswerRe: Parent-children Listing Pin
i.j.russell11-Mar-11 23:36
i.j.russell11-Mar-11 23:36 
GeneralRe: Parent-children Listing Pin
Ali AlOmairi (TJIC)12-Mar-11 6:46
Ali AlOmairi (TJIC)12-Mar-11 6:46 
QuestionHow to make this Pin
Nath10-Mar-11 23:59
Nath10-Mar-11 23:59 
AnswerRe: How to make this Pin
musefan11-Mar-11 0:16
musefan11-Mar-11 0:16 
GeneralRe: How to make this Pin
Nath11-Mar-11 0:28
Nath11-Mar-11 0: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.