Click here to Skip to main content
15,908,841 members
Home / Discussions / Database
   

Database

 
GeneralRe: Restore SQl DB On Machine Problem... Pin
Just Greeky Creek2-Feb-05 22:04
Just Greeky Creek2-Feb-05 22:04 
GeneralHangs when attempting to close the Recordset object Pin
CodingFrenzy1-Feb-05 3:06
CodingFrenzy1-Feb-05 3:06 
GeneralRe: Hangs when attempting to close the Recordset object Pin
Rob Graham1-Feb-05 5:56
Rob Graham1-Feb-05 5:56 
GeneralCalling functions in stored procedures Pin
Majid Shahabfar1-Feb-05 2:29
Majid Shahabfar1-Feb-05 2:29 
GeneralRe: Calling functions in stored procedures Pin
Colin Angus Mackay1-Feb-05 3:28
Colin Angus Mackay1-Feb-05 3:28 
GeneralRe: Calling functions in stored procedures Pin
Majid Shahabfar1-Feb-05 4:34
Majid Shahabfar1-Feb-05 4:34 
GeneralRe: Calling functions in stored procedures Pin
Colin Angus Mackay1-Feb-05 4:43
Colin Angus Mackay1-Feb-05 4:43 
GeneralDate stored as varchar required to be sorted Pin
xcavin31-Jan-05 19:49
xcavin31-Jan-05 19:49 
I have a db table column which is of type varchar, but the value stored is date.
eg: 1/23/2005
2/24/2004
3/23/2006 etc.

I want to format this column as follows:

2__1/23/2005
1__1/23/2004
3__2/23/2006

ie, the reformatted value is the sorting index for date. Ie if the column is selected with an order by, the result will be sorted according to the date even though the column type is varchar.
This twisted way is adopted since this column is refered by crystal reports and the report is sorted according to this column.
Any query to format like this.


GeneralRe: Date stored as varchar required to be sorted Pin
Ritesh12341-Feb-05 2:04
Ritesh12341-Feb-05 2:04 
GeneralSQL Replication Conflicts Pin
Daminda31-Jan-05 19:09
Daminda31-Jan-05 19:09 
Generalretrieving datetime from recordset Pin
elephantstar31-Jan-05 8:49
elephantstar31-Jan-05 8:49 
GeneralRe: retrieving datetime from recordset Pin
WoutL31-Jan-05 10:59
WoutL31-Jan-05 10:59 
GeneralRe: retrieving datetime from recordset Pin
elephantstar31-Jan-05 11:14
elephantstar31-Jan-05 11:14 
GeneralTrigger Dates Pin
Tom Wright31-Jan-05 7:41
Tom Wright31-Jan-05 7:41 
GeneralRe: Trigger Dates Pin
Colin Angus Mackay31-Jan-05 9:38
Colin Angus Mackay31-Jan-05 9:38 
GeneralRe: Trigger Dates Pin
cmk31-Jan-05 9:53
cmk31-Jan-05 9:53 
GeneralRe: Trigger Dates Pin
Tom Wright31-Jan-05 11:53
Tom Wright31-Jan-05 11:53 
GeneralRe: Trigger Dates Pin
cmk31-Jan-05 14:23
cmk31-Jan-05 14:23 
GeneralRe: Trigger Dates Pin
Tom Wright1-Feb-05 11:11
Tom Wright1-Feb-05 11:11 
GeneralRe: Trigger Dates Pin
cmk1-Feb-05 16:47
cmk1-Feb-05 16:47 
GeneralRe: Trigger Dates Pin
Tom Wright2-Feb-05 4:39
Tom Wright2-Feb-05 4:39 
GeneralConnecting to the remote Sqlserver instance. Pin
RuchirD31-Jan-05 3:05
RuchirD31-Jan-05 3:05 
GeneralRe: Connecting to the remote Sqlserver instance. Pin
David Salter31-Jan-05 8:54
David Salter31-Jan-05 8:54 
GeneralRe: Connecting to the remote Sqlserver instance. Pin
RuchirD31-Jan-05 16:25
RuchirD31-Jan-05 16:25 
GeneralRe: Connecting to the remote Sqlserver instance. Pin
David Salter1-Feb-05 9:09
David Salter1-Feb-05 9:09 

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.