Click here to Skip to main content
15,914,222 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL Server (image) data type Pin
Eddy Vluggen11-Jun-12 0:07
professionalEddy Vluggen11-Jun-12 0:07 
QuestionMySQL Password Pin
Tom M3W10-Jun-12 4:09
Tom M3W10-Jun-12 4:09 
AnswerRe: MySQL Password Pin
Eddy Vluggen10-Jun-12 4:13
professionalEddy Vluggen10-Jun-12 4:13 
Questiondifficult query Pin
m_safaaaa9-Jun-12 8:12
m_safaaaa9-Jun-12 8:12 
AnswerRe: difficult query Pin
Richard Andrew x649-Jun-12 9:09
professionalRichard Andrew x649-Jun-12 9:09 
AnswerRe: difficult query Pin
Paul Conrad9-Jun-12 9:24
professionalPaul Conrad9-Jun-12 9:24 
AnswerRe: difficult query Pin
PIEBALDconsult9-Jun-12 10:16
mvePIEBALDconsult9-Jun-12 10:16 
AnswerRe: difficult query Pin
Sandeep Mewara9-Jun-12 20:09
mveSandeep Mewara9-Jun-12 20:09 
AnswerRe: difficult query Pin
vvashishta10-Jun-12 19:08
vvashishta10-Jun-12 19:08 
GeneralRe: difficult query Pin
Bernhard Hiller10-Jun-12 20:02
Bernhard Hiller10-Jun-12 20:02 
AnswerRe: difficult query Pin
Bernhard Hiller10-Jun-12 19:59
Bernhard Hiller10-Jun-12 19:59 
AnswerRe: difficult query Pin
Michael Potter12-Jun-12 11:02
Michael Potter12-Jun-12 11:02 
QuestionSSIS OleDB or ADO.NET Pin
cjb1107-Jun-12 23:05
cjb1107-Jun-12 23:05 
AnswerRe: SSIS OleDB or ADO.NET Pin
PIEBALDconsult8-Jun-12 3:44
mvePIEBALDconsult8-Jun-12 3:44 
Questionsql Date conversion not working in sql 2000 Pin
Robymon7-Jun-12 22:12
Robymon7-Jun-12 22:12 
AnswerRe: sql Date conversion not working in sql 2000 Pin
Bernhard Hiller7-Jun-12 22:41
Bernhard Hiller7-Jun-12 22:41 
AnswerRe: sql Date conversion not working in sql 2000 Pin
Corporal Agarn8-Jun-12 1:30
professionalCorporal Agarn8-Jun-12 1:30 
AnswerRe: sql Date conversion not working in sql 2000 Pin
Simon_Whale8-Jun-12 4:43
Simon_Whale8-Jun-12 4:43 
GeneralRe: sql Date conversion not working in sql 2000 Pin
Corporal Agarn8-Jun-12 4:44
professionalCorporal Agarn8-Jun-12 4:44 
AnswerRe: sql Date conversion not working in sql 2000 Pin
Eddy Vluggen8-Jun-12 1:51
professionalEddy Vluggen8-Jun-12 1:51 
AnswerRe: sql Date conversion not working in sql 2000 Pin
Luc Pattyn8-Jun-12 2:47
sitebuilderLuc Pattyn8-Jun-12 2:47 
AnswerRe: sql Date conversion not working in sql 2000 Pin
PIEBALDconsult8-Jun-12 4:11
mvePIEBALDconsult8-Jun-12 4:11 
If the column is a DATETIME, then the statement "it is saving as MM/DD/YYYY format" is untrue.

If the output of SELECT thedate FROM table shows different formats when executed on different systems, it is because of the "Region and Language" settings of the systems -- see the control panel -- and this is correct behaviour. If you want to override this behaviour (you shouldn't) then format it via the query.

And I strongly reccommend ISO 8601 format YYYY-MM-DD.
AnswerRe: sql Date conversion not working in sql 2000 Pin
vvashishta10-Jun-12 19:09
vvashishta10-Jun-12 19:09 
Questionfunction Pin
Rafat Ali Khan7-Jun-12 21:39
Rafat Ali Khan7-Jun-12 21:39 
AnswerRe: function Pin
Simon_Whale7-Jun-12 21:42
Simon_Whale7-Jun-12 21:42 

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.