Click here to Skip to main content
15,881,938 members
Home / Discussions / Database
   

Database

 
GeneralRe: How to get exactly date from Oracle Link DB in SQL server. Pin
Richard MacCutchan3-Mar-16 23:22
mveRichard MacCutchan3-Mar-16 23:22 
GeneralRe: How to get exactly date from Oracle Link DB in SQL server. Pin
Mycroft Holmes4-Mar-16 12:52
professionalMycroft Holmes4-Mar-16 12:52 
GeneralRe: How to get exactly date from Oracle Link DB in SQL server. Pin
hmanhha6-Mar-16 16:52
hmanhha6-Mar-16 16:52 
GeneralRe: How to get exactly date from Oracle Link DB in SQL server. Pin
Mycroft Holmes6-Mar-16 19:56
professionalMycroft Holmes6-Mar-16 19:56 
GeneralRe: How to get exactly date from Oracle Link DB in SQL server. Pin
hmanhha6-Mar-16 22:09
hmanhha6-Mar-16 22:09 
GeneralRe: How to get exactly date from Oracle Link DB in SQL server. Pin
Jörgen Andersson7-Mar-16 6:35
professionalJörgen Andersson7-Mar-16 6:35 
QuestionConvert Text to datetime Pin
Jassim Rahma2-Mar-16 10:29
Jassim Rahma2-Mar-16 10:29 
AnswerRe: Convert Text to datetime Pin
NickPace2-Mar-16 12:28
NickPace2-Mar-16 12:28 
This should work:

SELECT DATE_FORMAT(STR_TO_DATE('Nov 20 2015 10:51AM', '%b %d %Y %h:%i%p'), '%Y-%m-%d %H:%i'); #Returns 2015-11-20 10:51
SELECT DATE_FORMAT(STR_TO_DATE('Nov 20 2015 8:43PM', '%b %d %Y %h:%i%p'), '%Y-%m-%d %H:%i'); #Returns 2015-11-20 20:43
-NP

Never underestimate the creativity of the end-user.

GeneralRe: Convert Text to datetime Pin
Mycroft Holmes2-Mar-16 19:07
professionalMycroft Holmes2-Mar-16 19:07 
GeneralRe: Convert Text to datetime Pin
NickPace3-Mar-16 4:59
NickPace3-Mar-16 4:59 
Questionbest local database for large tables? (C#, .net) Pin
Frank R. Haugen29-Feb-16 11:00
professionalFrank R. Haugen29-Feb-16 11:00 
QuestionRe: best local database for large tables? (C#, .net) Pin
Jörgen Andersson29-Feb-16 11:46
professionalJörgen Andersson29-Feb-16 11:46 
AnswerRe: best local database for large tables? (C#, .net) Pin
Frank R. Haugen29-Feb-16 12:11
professionalFrank R. Haugen29-Feb-16 12:11 
SuggestionRe: best local database for large tables? (C#, .net) Pin
Richard MacCutchan29-Feb-16 22:07
mveRichard MacCutchan29-Feb-16 22:07 
GeneralRe: best local database for large tables? (C#, .net) Pin
Sascha Lefèvre1-Mar-16 1:34
professionalSascha Lefèvre1-Mar-16 1:34 
GeneralRe: best local database for large tables? (C#, .net) Pin
Richard MacCutchan1-Mar-16 1:43
mveRichard MacCutchan1-Mar-16 1:43 
GeneralRe: best local database for large tables? (C#, .net) Pin
Jörgen Andersson29-Feb-16 23:24
professionalJörgen Andersson29-Feb-16 23:24 
AnswerRe: best local database for large tables? (C#, .net) Pin
GuyThiebaut1-Mar-16 0:16
professionalGuyThiebaut1-Mar-16 0:16 
GeneralRe: best local database for large tables? (C#, .net) Pin
Frank R. Haugen2-Mar-16 22:14
professionalFrank R. Haugen2-Mar-16 22:14 
GeneralRe: best local database for large tables? (C#, .net) Pin
GuyThiebaut2-Mar-16 22:33
professionalGuyThiebaut2-Mar-16 22:33 
AnswerRe: best local database for large tables? (C#, .net) Pin
peterkmx2-Mar-16 5:46
professionalpeterkmx2-Mar-16 5:46 
AnswerRe: best local database for large tables? (C#, .net) Pin
Brisingr Aerowing2-Mar-16 16:24
professionalBrisingr Aerowing2-Mar-16 16:24 
QuestionAnalysis services in SQL Express Pin
Member 1235516528-Feb-16 21:36
Member 1235516528-Feb-16 21:36 
AnswerRe: Analysis services in SQL Express Pin
Jörgen Andersson28-Feb-16 23:08
professionalJörgen Andersson28-Feb-16 23:08 
QuestionQuestions about: Information System concept. Pin
jmProgrammer26-Feb-16 5:55
jmProgrammer26-Feb-16 5:55 

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.