Click here to Skip to main content
15,899,474 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL Case Statement Pin
Mike Dimmick2-Feb-07 6:16
Mike Dimmick2-Feb-07 6:16 
QuestionUser define Data type Pin
Software_Guy_1231-Feb-07 0:06
Software_Guy_1231-Feb-07 0:06 
AnswerRe: User define Data type Pin
Pete O'Hanlon1-Feb-07 0:27
mvePete O'Hanlon1-Feb-07 0:27 
GeneralRe: User define Data type Pin
Software_Guy_1231-Feb-07 6:40
Software_Guy_1231-Feb-07 6:40 
QuestionSQL Helper File Pin
gauthee31-Jan-07 23:44
gauthee31-Jan-07 23:44 
AnswerRe: SQL Helper File Pin
Sylvester george1-Feb-07 0:36
Sylvester george1-Feb-07 0:36 
QuestionWhich index is good Pin
anujose31-Jan-07 23:02
anujose31-Jan-07 23:02 
AnswerRe: Which index is good Pin
Pete O'Hanlon31-Jan-07 23:20
mvePete O'Hanlon31-Jan-07 23:20 
It really depends on the situation, as each type of index has its strengths and weaknesses. If you were offering a phone book, for instance, and wanted to have quick retrieval based on the surname then forename, then a clustered index is much better than an ordinary index because there is a great deal of internal sorting going on there. So searching on Smith John would quickly retrieve the Smiths and then fine filter from there to return the Johns.

The downside of the clustered index is the fact that everytime an insert occurs, then significant reordering needs to be done to guarantee that rows are kept adjacent. This means that clustered indexes can become a real performance hit in high-insert tables.


the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

GeneralRe: Which index is good Pin
andyharman1-Feb-07 0:04
professionalandyharman1-Feb-07 0:04 
GeneralRe: Which index is good Pin
Pete O'Hanlon1-Feb-07 0:08
mvePete O'Hanlon1-Feb-07 0:08 
AnswerRe: Which index is good Pin
andyharman1-Feb-07 4:58
professionalandyharman1-Feb-07 4:58 
GeneralRe: Which index is good Pin
Pete O'Hanlon1-Feb-07 8:48
mvePete O'Hanlon1-Feb-07 8:48 
AnswerRe: Which index is good Pin
Colin Angus Mackay1-Feb-07 6:23
Colin Angus Mackay1-Feb-07 6:23 
QuestionIn Oracle, how can I get the views defined using a particular table Pin
nsurendran31-Jan-07 23:00
nsurendran31-Jan-07 23:00 
QuestionWhy is my T-SQL function considered non-deterministic? Pin
michal.kreslik31-Jan-07 22:16
michal.kreslik31-Jan-07 22:16 
AnswerRe: Why is my T-SQL function considered non-deterministic? Pin
Colin Angus Mackay1-Feb-07 2:31
Colin Angus Mackay1-Feb-07 2:31 
GeneralRe: Why is my T-SQL function considered non-deterministic? Pin
michal.kreslik1-Feb-07 6:09
michal.kreslik1-Feb-07 6:09 
AnswerRe: Why is my T-SQL function considered non-deterministic? Pin
Chris Meech1-Feb-07 8:01
Chris Meech1-Feb-07 8:01 
GeneralRe: Why is my T-SQL function considered non-deterministic? Pin
michal.kreslik1-Feb-07 8:40
michal.kreslik1-Feb-07 8:40 
GeneralRe: Why is my T-SQL function considered non-deterministic? Pin
michal.kreslik1-Feb-07 9:07
michal.kreslik1-Feb-07 9:07 
GeneralRe: Why is my T-SQL function considered non-deterministic? Pin
michal.kreslik1-Feb-07 9:31
michal.kreslik1-Feb-07 9:31 
Answerthe solution Pin
michal.kreslik1-Feb-07 18:47
michal.kreslik1-Feb-07 18:47 
QuestionUpload a binary file with vb.net from an xml node Pin
orlija31-Jan-07 22:06
orlija31-Jan-07 22:06 
QuestionImplementing "Merge replication" in Vs.Net 2005 Pin
Spaz8031-Jan-07 21:57
Spaz8031-Jan-07 21:57 
QuestionSQL: how many type of Store Procedure parameter ? Pin
PavanPareta31-Jan-07 21:41
PavanPareta31-Jan-07 21:41 

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.