Click here to Skip to main content
15,908,444 members
Home / Discussions / Database
   

Database

 
AnswerRe: Adding an Identity Later T-SQL Pin
Mycroft Holmes3-Dec-09 22:11
professionalMycroft Holmes3-Dec-09 22:11 
GeneralRe: Adding an Identity Later T-SQL Pin
Vimalsoft(Pty) Ltd4-Dec-09 0:49
professionalVimalsoft(Pty) Ltd4-Dec-09 0:49 
QuestionGeneral question on DB normalization Pin
Dewald3-Dec-09 20:59
Dewald3-Dec-09 20:59 
AnswerRe: General question on DB normalization Pin
Mycroft Holmes3-Dec-09 22:17
professionalMycroft Holmes3-Dec-09 22:17 
GeneralRe: General question on DB normalization Pin
Dewald3-Dec-09 22:44
Dewald3-Dec-09 22:44 
GeneralRe: General question on DB normalization Pin
Mycroft Holmes3-Dec-09 22:56
professionalMycroft Holmes3-Dec-09 22:56 
AnswerRe: General question on DB normalization Pin
i.j.russell4-Dec-09 1:19
i.j.russell4-Dec-09 1:19 
AnswerRe: General question on DB normalization Pin
Eddy Vluggen4-Dec-09 3:01
professionalEddy Vluggen4-Dec-09 3:01 
Dewald wrote:
1. When should a DB be normalized and when not?


You normalize it by default, removing redundancy. Once the database becomes too slow (which is usually not due to the normalization, but lack of indexes and such) you start to optimize/de-normalize/add redundancy.

You'll waste a bit more space and gain some speed.

Dewald wrote:
2. Can anyone point me to an online article or two that deals with the topic?


The Oracle FAQ[^] also contains a link to the reverse process.

Dewald wrote:
3. Am I correct in assuming that a normalized DB is called a "Relational Database"?


The fact that there are relations between the data doesn't mean that these have been normalized.

Dewald wrote:
4. What would you call a DB like ours here that is not normalized?


That depends on what you're using it for. If it's a blob-store or a container for hashtables, then I'd say that it's an optimized datastore and I'd make sure to give credit to the optimizer.

If it's relational data that you're storing, then I'd call it an "accident waiting to happen" Smile | :)

I are Troll Suspicious | :suss:

GeneralRe: General question on DB normalization Pin
Dewald4-Dec-09 3:07
Dewald4-Dec-09 3:07 
AnswerDB Normalization - Further reading Pin
David Mujica4-Dec-09 3:37
David Mujica4-Dec-09 3:37 
Question[Message Deleted] Pin
Uma J3-Dec-09 20:24
Uma J3-Dec-09 20:24 
AnswerRe: Exporting data from stored procedure to excel spreadsheets Pin
dan!sh 3-Dec-09 20:46
professional dan!sh 3-Dec-09 20:46 
QuestionExport records to excel from sql Pin
padmanabhan N3-Dec-09 19:17
padmanabhan N3-Dec-09 19:17 
AnswerRe: Export records to excel from sql Pin
T21023-Dec-09 19:29
T21023-Dec-09 19:29 
AnswerRe: Export records to excel from sql Pin
dan!sh 3-Dec-09 19:39
professional dan!sh 3-Dec-09 19:39 
QuestionHow do I make a MS Access Subform, A Special Case...] [modified] Pin
new_phoenix3-Dec-09 14:28
new_phoenix3-Dec-09 14:28 
AnswerRe: How do I make a MS Access Subform, A Special Case...] Pin
Mycroft Holmes3-Dec-09 18:43
professionalMycroft Holmes3-Dec-09 18:43 
QuestionOptions besides sql dependency? Pin
prommel3-Dec-09 11:30
prommel3-Dec-09 11:30 
AnswerRe: Options besides sql dependency? Pin
Mycroft Holmes3-Dec-09 14:13
professionalMycroft Holmes3-Dec-09 14:13 
Questiondatabase design Pin
AndyInUK3-Dec-09 4:09
AndyInUK3-Dec-09 4:09 
AnswerRe: database design Pin
dan!sh 3-Dec-09 4:23
professional dan!sh 3-Dec-09 4:23 
GeneralRe: database design Pin
AndyInUK3-Dec-09 5:21
AndyInUK3-Dec-09 5:21 
GeneralRe: database design Pin
dan!sh 3-Dec-09 6:01
professional dan!sh 3-Dec-09 6:01 
GeneralRe: database design Pin
Mycroft Holmes3-Dec-09 14:09
professionalMycroft Holmes3-Dec-09 14:09 
GeneralRe: database design Pin
dan!sh 3-Dec-09 18:31
professional dan!sh 3-Dec-09 18:31 

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.