Click here to Skip to main content
15,886,788 members
Home / Discussions / Database
   

Database

 
QuestionDB Case Sensitivity, unexpected/surprising behaviour Pin
User 1106097918-Feb-17 1:17
User 1106097918-Feb-17 1:17 
AnswerRe: DB Case Sensitivity, unexpected/surprising behaviour Pin
Richard Deeming18-Feb-17 1:35
mveRichard Deeming18-Feb-17 1:35 
PraiseRe: DB Case Sensitivity, unexpected/surprising behaviour Pin
User 1106097918-Feb-17 1:40
User 1106097918-Feb-17 1:40 
GeneralRe: DB Case Sensitivity, unexpected/surprising behaviour Pin
User 1106097918-Feb-17 3:49
User 1106097918-Feb-17 3:49 
GeneralRe: DB Case Sensitivity, unexpected/surprising behaviour Pin
Richard Deeming18-Feb-17 8:30
mveRichard Deeming18-Feb-17 8:30 
GeneralRe: DB Case Sensitivity, unexpected/surprising behaviour Pin
User 1106097918-Feb-17 8:35
User 1106097918-Feb-17 8:35 
QuestionBest Praxis for “user-id/primary” Pin
User 1106097917-Feb-17 9:19
User 1106097917-Feb-17 9:19 
AnswerRe: Best Praxis for “user-id/primary” Pin
Gerry Schmitz17-Feb-17 10:28
mveGerry Schmitz17-Feb-17 10:28 
Since you can do "like" and "sounds like" searches in SQL Server, you need to review your "requirements" more.

For the record, the recommended approach for "entity keys" are "nonsense numbers"; i.e. identities / generated id's. And they're central to Entity Framework's "tracking" ability.

It's the "user" ids / keys that get transported between systems; so they better match (case-wise); unless it's "universal", like an email; in which "case", you can case it the way you want when comparing.
"(I) am amazed to see myself here rather than there ... now rather than then".
― Blaise Pascal

PraiseRe: Best Praxis for “user-id/primary” Pin
User 1106097917-Feb-17 10:30
User 1106097917-Feb-17 10:30 
GeneralRe: Best Praxis for “user-id/primary” Pin
Gerry Schmitz17-Feb-17 11:00
mveGerry Schmitz17-Feb-17 11:00 
AnswerRe: Best Praxis for “user-id/primary” Pin
Eddy Vluggen17-Feb-17 12:45
professionalEddy Vluggen17-Feb-17 12:45 
PraiseRe: Best Praxis for “user-id/primary” Pin
User 1106097918-Feb-17 0:27
User 1106097918-Feb-17 0:27 
GeneralRe: Best Praxis for “user-id/primary” Pin
Eddy Vluggen19-Feb-17 8:45
professionalEddy Vluggen19-Feb-17 8:45 
QuestionVery big database question. Need answers ? Pin
Yogi S.17-Feb-17 7:27
Yogi S.17-Feb-17 7:27 
AnswerRe: Very big database question. Need answers ? Pin
Eddy Vluggen17-Feb-17 7:52
professionalEddy Vluggen17-Feb-17 7:52 
QuestionHow to calculate the eligibility year of Promotion if Present Year - last year of Promotion is greater than or Equals to 3 (Three) Pin
Okezie Victor17-Feb-17 0:05
Okezie Victor17-Feb-17 0:05 
AnswerRe: How to calculate the eligibility year of Promotion if Present Year - last year of Promotion is greater than or Equals to 3 (Three) Pin
Mycroft Holmes17-Feb-17 12:57
professionalMycroft Holmes17-Feb-17 12:57 
GeneralRe: How to calculate the eligibility year of Promotion if Present Year - last year of Promotion is greater than or Equals to 3 (Three) Pin
Okezie Victor28-Mar-17 3:46
Okezie Victor28-Mar-17 3:46 
Questionwhat is the best way indexing foreign key from multiple table? Pin
Gilbert Consellado9-Feb-17 23:30
professionalGilbert Consellado9-Feb-17 23:30 
AnswerRe: what is the best way indexing foreign key from multiple table? Pin
Eddy Vluggen10-Feb-17 0:58
professionalEddy Vluggen10-Feb-17 0:58 
GeneralRe: what is the best way indexing foreign key from multiple table? Pin
Gilbert Consellado10-Feb-17 1:54
professionalGilbert Consellado10-Feb-17 1:54 
SuggestionRe: what is the best way indexing foreign key from multiple table? Pin
Richard Deeming10-Feb-17 2:56
mveRichard Deeming10-Feb-17 2:56 
GeneralRe: what is the best way indexing foreign key from multiple table? Pin
Gilbert Consellado10-Feb-17 3:25
professionalGilbert Consellado10-Feb-17 3:25 
QuestionNot sure how to handle this sort of speaking FoxPro DBF Pin
jkirkerx9-Feb-17 7:31
professionaljkirkerx9-Feb-17 7:31 
AnswerRe: Not sure how to handle this sort of speaking FoxPro DBF Pin
jkirkerx9-Feb-17 7:40
professionaljkirkerx9-Feb-17 7:40 

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.