Click here to Skip to main content
15,922,584 members
Home / Discussions / Database
   

Database

 
QuestionSelect from one database table where column value equals a column value in a different database Pin
moordoom13-Dec-13 5:52
moordoom13-Dec-13 5:52 
AnswerRe: Select from one database table where column value equals a column value in a different database Pin
GuyThiebaut13-Dec-13 6:06
professionalGuyThiebaut13-Dec-13 6:06 
GeneralRe: Select from one database table where column value equals a column value in a different database Pin
moordoom13-Dec-13 8:13
moordoom13-Dec-13 8:13 
GeneralRe: Select from one database table where column value equals a column value in a different database Pin
GuyThiebaut13-Dec-13 8:52
professionalGuyThiebaut13-Dec-13 8:52 
AnswerRe: Select from one database table where column value equals a column value in a different database Pin
joginder-banger15-Dec-13 8:05
professionaljoginder-banger15-Dec-13 8:05 
GeneralRe: Select from one database table where column value equals a column value in a different database Pin
moordoom16-Dec-13 3:35
moordoom16-Dec-13 3:35 
QuestionI am not able to more than 250 records insert into table in sql server 2008 through (Asp.net upload program) Pin
sunil_david11-Dec-13 23:44
sunil_david11-Dec-13 23:44 
AnswerRe: I am not able to more than 250 records insert into table in sql server 2008 through (Asp.net upload program) Pin
Simon_Whale12-Dec-13 0:07
Simon_Whale12-Dec-13 0:07 
GeneralRe: I am not able to more than 250 records insert into table in sql server 2008 through (Asp.net upload program) Pin
noblepaulaziz12-Dec-13 2:18
noblepaulaziz12-Dec-13 2:18 
GeneralRe: I am not able to more than 250 records insert into table in sql server 2008 through (Asp.net upload program) Pin
thatraja12-Dec-13 2:56
professionalthatraja12-Dec-13 2:56 
GeneralRe: I am not able to more than 250 records insert into table in sql server 2008 through (Asp.net upload program) Pin
sunil_david17-Dec-13 19:57
sunil_david17-Dec-13 19:57 
GeneralRe: I am not able to more than 250 records insert into table in sql server 2008 through (Asp.net upload program) Pin
Simon_Whale17-Dec-13 22:13
Simon_Whale17-Dec-13 22:13 
QuestionWhat Collation is for best for handling date Internationally? Pin
noblepaulaziz11-Dec-13 13:35
noblepaulaziz11-Dec-13 13:35 
AnswerRe: What Collation is for best for handling date Internationally? Pin
PIEBALDconsult11-Dec-13 16:22
mvePIEBALDconsult11-Dec-13 16:22 
GeneralRe: What Collation is for best for handling date Internationally? Pin
noblepaulaziz11-Dec-13 21:55
noblepaulaziz11-Dec-13 21:55 
GeneralRe: What Collation is for best for handling date Internationally? Pin
Mycroft Holmes11-Dec-13 23:03
professionalMycroft Holmes11-Dec-13 23:03 
AnswerRe: What Collation is for best for handling date Internationally? Pin
Corporal Agarn12-Dec-13 0:46
professionalCorporal Agarn12-Dec-13 0:46 
GeneralRe: What Collation is for best for handling date Internationally? Pin
noblepaulaziz12-Dec-13 3:51
noblepaulaziz12-Dec-13 3:51 
GeneralRe: What Collation is for best for handling date Internationally? Pin
Corporal Agarn12-Dec-13 6:02
professionalCorporal Agarn12-Dec-13 6:02 
GeneralRe: What Collation is for best for handling date Internationally? Pin
noblepaulaziz12-Dec-13 6:47
noblepaulaziz12-Dec-13 6:47 
GeneralRe: What Collation is for best for handling date Internationally? Pin
Corporal Agarn12-Dec-13 7:20
professionalCorporal Agarn12-Dec-13 7:20 
QuestionRe: What Collation is for best for handling date Internationally? Pin
thatraja12-Dec-13 6:19
professionalthatraja12-Dec-13 6:19 
Questionleft join and outer join Pin
tsunamigang11-Dec-13 1:05
tsunamigang11-Dec-13 1:05 
AnswerRe: left join and outer join Pin
tsunamigang11-Dec-13 1:17
tsunamigang11-Dec-13 1:17 
GeneralRe: left join and outer join Pin
Tim Carmichael11-Dec-13 1:57
Tim Carmichael11-Dec-13 1:57 
When writing a query, I like to be explicit about what is intended to do.
If I want only records with a match, they I say 'INNER JOIN'.
If I want partial matches, I say 'LEFT OUTER JOIN' or 'RIGHT OUTER JOIN' based on how I feel like writing the query, but it is usually 'RIGHT OUTER JOIN'.

Tim

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.