Click here to Skip to main content
16,004,901 members
Home / Discussions / Database
   

Database

 
GeneralWHERE Filter Pin
swjam13-Apr-08 19:25
swjam13-Apr-08 19:25 
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 
I am concerned about overusing identity fields for my primary keys in my databases for MS SQL, but some natural keys just rub me the wrong way. Multiple fields for keys that are all character based (varchars, nchars, chars, etc.) or matching using character fields period. I'd rather be concious of identity field use when coding my stored procedures than to use text values on which to match my tables.Unsure | :~

My delimma now is that this makes usage of identity fields vs. text matching my paradox. However, in the black hole where these two meet up where to I draw that line? On one hand I'm thinking use the natural key regardless of size and use a clustered index on that field and I do not lose much on speed. However, I could cluster index on that field anyway and use an identity column for quick matching... or am I just overthinking the whole thing.Confused | :confused:

I currently go with the thinking use natural keys regardless of data type, except when the natural key is on multiple fields, then use identity fields only if I think that that table could grow past 6 figures, otherwise stay with the natural key and create a clustered Index on that field.

Hmmmmmmmm nope there still seems to be something missing... any thoughts from Rosewell out there? OMG | :OMG:

Clarence Tunstall

GeneralRe: Identity Field Overuse vs. Bad Primary Keys Pin
Michael Potter11-Apr-08 5:56
Michael Potter11-Apr-08 5:56 
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 

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.