Click here to Skip to main content
15,887,355 members
Home / Discussions / Database
   

Database

 
QuestionRAM usage Pin
Dobromir Dimitrov31-Mar-08 21:55
Dobromir Dimitrov31-Mar-08 21:55 
GeneralRe: RAM usage Pin
GuyThiebaut31-Mar-08 23:56
professionalGuyThiebaut31-Mar-08 23:56 
GeneralRe: RAM usage Pin
Ali Rashid1-Apr-08 23:28
Ali Rashid1-Apr-08 23:28 
GeneralRe: RAM usage Pin
SimulationofSai2-Apr-08 1:23
SimulationofSai2-Apr-08 1:23 
GeneralMS Acess SQL Query using VS Query Builder and Variable Field Names Pin
Christian Yeates31-Mar-08 21:33
Christian Yeates31-Mar-08 21:33 
Questionhow to save only time in database field Pin
findtango31-Mar-08 19:10
findtango31-Mar-08 19:10 
GeneralRe: how to save only time in database field Pin
pmarfleet31-Mar-08 19:45
pmarfleet31-Mar-08 19:45 
GeneralRe: how to save only time in database field Pin
Ali Rashid31-Mar-08 23:52
Ali Rashid31-Mar-08 23:52 
Hey,
Unfortunately you cannot save the dateTime column without date. However you can extract them using the convert function in SQl Server.
e.g:
select convert(varchar,DateColumn,108) from MyDateTest99

The following table gives you the details of which digit sequence to use:

0 or 100 mon dd yyyy hh:miAM (or PM)
101 mm/dd/yy
102 yy.mm.dd
103 dd/mm/yy
104 dd.mm.yy
105 dd-mm-yy
106 dd mon yy
107 Mon dd, yy
108 hh:mm:ss
9 or 109 mon dd yyyy hh:mi:ss:mmmAM (or PM)
110 mm-dd-yy
111 yy/mm/dd
112 yymmdd
13 or 113 dd mon yyyy hh:mm:ss:mmm(24h)
114 hh:mi:ss:mmm(24h)
20 or 120 yyyy-mm-dd hh:mi:ss(24h)
21 or 121 yyyy-mm-dd hh:mi:ss.mmm(24h)
126 yyyy-mm-dd Thh:mm:ss.mmm(no spaces)
130 dd mon yyyy hh:mi:ss:mmmAM
131 dd/mm/yy hh:mi:ss:mmmAM


Hope that this helps...

Regards,

Ali
QuestionCombobox's selected column must fill the Gridview Pin
Tristania Dementium31-Mar-08 2:38
Tristania Dementium31-Mar-08 2:38 
Generalselect and group by problem Pin
Xmen Real 31-Mar-08 1:13
professional Xmen Real 31-Mar-08 1:13 
GeneralRe: select and group by problem Pin
Rob Philpott31-Mar-08 1:20
Rob Philpott31-Mar-08 1:20 
GeneralRe: select and group by problem Pin
Xmen Real 31-Mar-08 1:22
professional Xmen Real 31-Mar-08 1:22 
GeneralRe: select and group by problem Pin
Rob Philpott31-Mar-08 1:26
Rob Philpott31-Mar-08 1:26 
GeneralRe: select and group by problem Pin
Xmen Real 31-Mar-08 1:30
professional Xmen Real 31-Mar-08 1:30 
Questioncurrent date query Pin
Pankaj Garg30-Mar-08 19:41
Pankaj Garg30-Mar-08 19:41 
GeneralRe: current date query Pin
Andy_L_J30-Mar-08 20:14
Andy_L_J30-Mar-08 20:14 
QuestionRe: current date query Pin
Pankaj Garg30-Mar-08 20:36
Pankaj Garg30-Mar-08 20:36 
GeneralRe: current date query Pin
Andy_L_J30-Mar-08 21:43
Andy_L_J30-Mar-08 21:43 
GeneralRe: current date query Pin
Ashfield30-Mar-08 21:17
Ashfield30-Mar-08 21:17 
GeneralRe: current date query Pin
Pankaj Garg30-Mar-08 21:27
Pankaj Garg30-Mar-08 21:27 
GeneralRe: current date query Pin
Ashfield30-Mar-08 23:20
Ashfield30-Mar-08 23:20 
GeneralRe: current date query Pin
Sankar Komma 2-Apr-08 11:10
Sankar Komma 2-Apr-08 11:10 
GeneralORA-12528: TNS:listener: all appropriate instances are blocking new connections how could i solve this probelm Pin
lakshmichawala30-Mar-08 19:17
lakshmichawala30-Mar-08 19:17 
QuestionRestoring database file problem Pin
hari4ur30-Mar-08 18:57
hari4ur30-Mar-08 18:57 
GeneralRe: Restoring database file problem Pin
A Wong31-Mar-08 4:58
A Wong31-Mar-08 4:58 

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.