Click here to Skip to main content
15,923,557 members
Home / Discussions / Database
   

Database

 
AnswerRe: What data type is case sensitive? Pin
Pete O'Hanlon29-Aug-07 10:25
mvePete O'Hanlon29-Aug-07 10:25 
Questionwhat is the data type that is case sensiteive in SQL 2005 Pin
Big Ralph28-Aug-07 21:22
Big Ralph28-Aug-07 21:22 
AnswerRe: what is the data type that is case sensiteive in SQL 2005 Pin
SHatchard28-Aug-07 21:43
SHatchard28-Aug-07 21:43 
GeneralRe: what is the data type that is case sensiteive in SQL 2005 Pin
Big Ralph28-Aug-07 23:17
Big Ralph28-Aug-07 23:17 
Questiondatatime format problem. Pin
david bagaturia28-Aug-07 20:56
david bagaturia28-Aug-07 20:56 
AnswerRe: datatime format problem. Pin
Rami Said Abd Alhalim29-Aug-07 4:40
Rami Said Abd Alhalim29-Aug-07 4:40 
AnswerRe: datatime format problem. Pin
Masoumeh...29-Aug-07 4:50
Masoumeh...29-Aug-07 4:50 
AnswerRe: datatime format problem. Pin
shivvish30-Aug-07 22:48
shivvish30-Aug-07 22:48 
hi
there are no of ways to conver the datetime to in to standard format.


here are some of the formats hope this is useful to you

100---Jun 30 200
101---06/30/2006
102---2006.06.30
103---30/06/2006
104---30.06.2006
105---30-06-2006
106---30 Jun 200
107---Jun 30, 20
108---11:54:59
109---Jun 30 200
110---06-30-2006
111---2006/06/30
112---20060630
113---30 Jun 200
114---11:54:59

select convert(varchar(10),getdate(),101)

get back for any qureries.

QuestionFrom Microsoft Access to MS SQL Server 2005 Pin
Bonsta28-Aug-07 20:24
Bonsta28-Aug-07 20:24 
AnswerRe: From Microsoft Access to MS SQL Server 2005 Pin
blackjack215029-Aug-07 0:24
blackjack215029-Aug-07 0:24 
AnswerRe: From Microsoft Access to MS SQL Server 2005 Pin
Rob Graham29-Aug-07 5:47
Rob Graham29-Aug-07 5:47 
Questionhow i run the .sql file in either microsoft SQL 2005? Pin
sherjeel28-Aug-07 6:09
sherjeel28-Aug-07 6:09 
AnswerRe: how i run the .sql file in either microsoft SQL 2005? Pin
Mike Dimmick28-Aug-07 9:38
Mike Dimmick28-Aug-07 9:38 
Questioncan't find childrows.... Pin
gericooper28-Aug-07 6:04
gericooper28-Aug-07 6:04 
AnswerRe: can't find childrows.... Pin
gericooper28-Aug-07 19:52
gericooper28-Aug-07 19:52 
QuestionTranspose in SQL Pin
Elizma28-Aug-07 1:54
Elizma28-Aug-07 1:54 
AnswerRe: Transpose in SQL Pin
Pete O'Hanlon28-Aug-07 2:21
mvePete O'Hanlon28-Aug-07 2:21 
GeneralRe: Transpose in SQL Pin
Elizma28-Aug-07 3:37
Elizma28-Aug-07 3:37 
AnswerRe: Transpose in SQL Pin
John-ph29-Aug-07 3:49
John-ph29-Aug-07 3:49 
Question. MDF Pin
plural28-Aug-07 1:37
plural28-Aug-07 1:37 
AnswerRe: . MDF Pin
Colin Angus Mackay28-Aug-07 2:32
Colin Angus Mackay28-Aug-07 2:32 
GeneralRe: . MDF Pin
plural28-Aug-07 2:41
plural28-Aug-07 2:41 
QuestionGetting Last Day of Month: Pin
Shahzad.Aslam28-Aug-07 1:30
Shahzad.Aslam28-Aug-07 1:30 
AnswerRe: Getting Last Day of Month: Pin
mihirhp28-Aug-07 1:53
mihirhp28-Aug-07 1:53 
GeneralRe: Getting Last Day of Month: Pin
Shahzad.Aslam28-Aug-07 3:34
Shahzad.Aslam28-Aug-07 3:34 

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.