Click here to Skip to main content
15,885,767 members
Home / Discussions / Database
   

Database

 
GeneralRe: WHERE Filter Pin
Sivu14-Apr-08 19:39
Sivu14-Apr-08 19:39 
GeneralImceda SQL IDE Pin
Derec Roofie13-Apr-08 0:58
Derec Roofie13-Apr-08 0:58 
GeneralRe: Imceda SQL IDE Pin
Pete O'Hanlon13-Apr-08 10:17
mvePete O'Hanlon13-Apr-08 10:17 
GeneralUrgent!! Pin
dheka12-Apr-08 2:13
dheka12-Apr-08 2:13 
GeneralRe: Urgent!! Pin
Mycroft Holmes13-Apr-08 15:32
professionalMycroft Holmes13-Apr-08 15:32 
GeneralRe: Urgent!! Pin
DerekFL14-Apr-08 4:04
DerekFL14-Apr-08 4:04 
GeneralIdentity Field Overuse vs. Bad Primary Keys Pin
ClarenceJr11-Apr-08 5:38
ClarenceJr11-Apr-08 5:38 
GeneralRe: Identity Field Overuse vs. Bad Primary Keys Pin
Michael Potter11-Apr-08 5:56
Michael Potter11-Apr-08 5:56 
I like to use identity columns.

1) They are resilient to data changes - like a spelling mistake. I dislke cascading changes - just a personel problem on my part.

2) Joins are usually faster because the keys are usually smaller. More keys per index page with an integer index than char based index.

3) I feel better when there is a single column that uniquely identifies a row. It makes me more confident that the correct row will be deleted/updated without accidental carryover due to a mistake in programming (i.e. leaving out one of the columns in a multi-column PK).

I do break this rule when I have a many to many relationships. I find it silly to create an identity for a table where the only columns contain FKs that represent two other tables' identities.
GeneralRe: Identity Field Overuse vs. Bad Primary Keys Pin
Mark J. Miller11-Apr-08 9:34
Mark J. Miller11-Apr-08 9:34 
GeneralRe: Identity Field Overuse vs. Bad Primary Keys Pin
GuyThiebaut11-Apr-08 11:50
professionalGuyThiebaut11-Apr-08 11:50 
QuestionWhat is the default format of a calender in Visual Studio 2008? Pin
Daniel_Logan11-Apr-08 4:21
Daniel_Logan11-Apr-08 4:21 
AnswerRe: What is the default format of a calender in Visual Studio 2008? Pin
Ashfield11-Apr-08 4:41
Ashfield11-Apr-08 4:41 
GeneralRe: What is the default format of a calender in Visual Studio 2008? Pin
Daniel_Logan14-Apr-08 20:37
Daniel_Logan14-Apr-08 20:37 
AnswerRe: What is the default format of a calender in Visual Studio 2008? Pin
GuyThiebaut11-Apr-08 11:37
professionalGuyThiebaut11-Apr-08 11:37 
GeneralRe: What is the default format of a calender in Visual Studio 2008? Pin
Daniel_Logan14-Apr-08 20:54
Daniel_Logan14-Apr-08 20:54 
Questionxquery problem. Pin
blowout3311-Apr-08 4:01
blowout3311-Apr-08 4:01 
GeneralRe: xquery problem. Pin
Mark J. Miller11-Apr-08 9:55
Mark J. Miller11-Apr-08 9:55 
AnswerRe: xquery problem. Pin
blowout3314-Apr-08 1:10
blowout3314-Apr-08 1:10 
GeneralMigrating a FoxPro database to SQL Server 2005 Pin
Aptiva Dave11-Apr-08 3:34
Aptiva Dave11-Apr-08 3:34 
GeneralRe: Migrating a FoxPro database to SQL Server 2005 Pin
A Wong11-Apr-08 5:28
A Wong11-Apr-08 5:28 
QuestionHow to take table record from oracle into an arrays or RecordSet or DataTable, which to be bind to DropDownList? [modified] Pin
vishalcodeproj11-Apr-08 2:46
vishalcodeproj11-Apr-08 2:46 
QuestionHow to display image stored in SQL server into a control Pin
Jeevamohan11-Apr-08 1:23
Jeevamohan11-Apr-08 1:23 
GeneralRe: How to display image stored in SQL server into a control Pin
Pete O'Hanlon11-Apr-08 3:18
mvePete O'Hanlon11-Apr-08 3:18 
Questionmdb file is not opening Pin
gayatrilaxmi10-Apr-08 22:51
gayatrilaxmi10-Apr-08 22:51 
GeneralRe: mdb file is not opening Pin
John_Adams10-Apr-08 23:25
John_Adams10-Apr-08 23:25 

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.