Click here to Skip to main content
15,901,205 members
Home / Discussions / Database
   

Database

 
QuestionSql issue.. Pin
<<Tash18>>1-Mar-10 21:05
<<Tash18>>1-Mar-10 21:05 
AnswerRe: Sql issue.. Pin
J4amieC1-Mar-10 21:15
J4amieC1-Mar-10 21:15 
GeneralRe: Sql issue.. Pin
<<Tash18>>1-Mar-10 22:44
<<Tash18>>1-Mar-10 22:44 
GeneralRe: Sql issue.. Pin
J4amieC1-Mar-10 23:05
J4amieC1-Mar-10 23:05 
QuestionShould I index this? Pin
Mike6543211-Mar-10 9:22
Mike6543211-Mar-10 9:22 
AnswerRe: Should I index this? Pin
Luc Pattyn1-Mar-10 9:34
sitebuilderLuc Pattyn1-Mar-10 9:34 
GeneralRe: Should I index this? Pin
Mike6543211-Mar-10 9:42
Mike6543211-Mar-10 9:42 
GeneralRe: Should I index this? Pin
David Mujica1-Mar-10 10:20
David Mujica1-Mar-10 10:20 
The other argument is that if you indexed field1 & field2, you would require more data writes. Both the main table data would be updated and the index data would be updated. Even worse, because you update data that is indexed you could cause all kinds of index reorganization when the value of field1 changes from A to Z.

My 2 cents.
Smile | :)
GeneralRe: Should I index this? Pin
Mike6543211-Mar-10 20:30
Mike6543211-Mar-10 20:30 
QuestionLooking for a book on SSIS Pin
Corporal Agarn1-Mar-10 6:30
professionalCorporal Agarn1-Mar-10 6:30 
QuestionConcatenating strings in MS SQL Pin
#Jet1-Mar-10 1:05
#Jet1-Mar-10 1:05 
AnswerRe: Concatenating strings in MS SQL Pin
Corporal Agarn1-Mar-10 6:42
professionalCorporal Agarn1-Mar-10 6:42 
GeneralRe: Concatenating strings in MS SQL Pin
#Jet2-Mar-10 6:22
#Jet2-Mar-10 6:22 
GeneralRe: Concatenating strings in MS SQL Pin
Corporal Agarn3-Mar-10 0:54
professionalCorporal Agarn3-Mar-10 0:54 
QuestionORM with streaming Pin
pebrian2728-Feb-10 23:01
pebrian2728-Feb-10 23:01 
AnswerRe: ORM with streaming Pin
Mycroft Holmes28-Feb-10 23:55
professionalMycroft Holmes28-Feb-10 23:55 
GeneralRe: ORM with streaming Pin
pebrian271-Mar-10 0:26
pebrian271-Mar-10 0:26 
GeneralRe: ORM with streaming Pin
pebrian271-Mar-10 0:45
pebrian271-Mar-10 0:45 
GeneralRe: ORM with streaming Pin
i.j.russell1-Mar-10 1:20
i.j.russell1-Mar-10 1:20 
QuestionSorry in advanced for this brain dead question Pin
Mike65432128-Feb-10 13:17
Mike65432128-Feb-10 13:17 
AnswerRe: Sorry in advanced for this brain dead question Pin
Not Active28-Feb-10 13:31
mentorNot Active28-Feb-10 13:31 
GeneralRe: Sorry in advanced for this brain dead question Pin
Mike65432128-Feb-10 13:36
Mike65432128-Feb-10 13:36 
GeneralRe: Sorry in advanced for this brain dead question Pin
Not Active28-Feb-10 13:52
mentorNot Active28-Feb-10 13:52 
AnswerRe: Sorry in advanced for this brain dead question Pin
Tim Carmichael28-Feb-10 13:45
Tim Carmichael28-Feb-10 13:45 
GeneralRe: Sorry in advanced for this brain dead question Pin
Mike65432128-Feb-10 13:48
Mike65432128-Feb-10 13: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.