Click here to Skip to main content
15,902,032 members
Home / Discussions / Database
   

Database

 
QuestionSql query Pin
sandeep kumar pundhir16-Apr-06 22:15
sandeep kumar pundhir16-Apr-06 22:15 
AnswerRe: Sql query Pin
Michael Potter17-Apr-06 3:10
Michael Potter17-Apr-06 3:10 
AnswerRe: Sql query Pin
HimaBindu Vejella17-Apr-06 18:52
HimaBindu Vejella17-Apr-06 18:52 
AnswerRe: Sql query Pin
Darpan Gogia18-Apr-06 23:36
Darpan Gogia18-Apr-06 23:36 
Questionhow to handle multiple updates in Distributed database Pin
lorey16-Apr-06 20:04
lorey16-Apr-06 20:04 
Questionfetching Data Using Group By Clause Pin
sandeep kumar pundhir16-Apr-06 19:53
sandeep kumar pundhir16-Apr-06 19:53 
AnswerRe: fetching Data Using Group By Clause Pin
nguyenvhn16-Apr-06 20:53
nguyenvhn16-Apr-06 20:53 
Questionproblem converting varchar to datetime Pin
shabonaa16-Apr-06 16:42
shabonaa16-Apr-06 16:42 
i face a problem converting varchar to datetime,the date is stored as char(10) and i need to compare it with a time. i use this stored procedure
CREATE PROCEDURE cst
@v datetime AS
select * from col
where  CAST ( col AS DATETIME ) < @v
GO

and get this error when run this (exec cst '01/02/2006')
Server: Msg 242, Level 16, State 3, Procedure cst, Line 5
The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.

QuestionRe: problem converting varchar to datetime Pin
Eric Dahlvang17-Apr-06 3:23
Eric Dahlvang17-Apr-06 3:23 
AnswerRe: problem converting varchar to datetime Pin
shabonaa17-Apr-06 6:41
shabonaa17-Apr-06 6:41 
AnswerRe: problem converting varchar to datetime Pin
Eric Dahlvang17-Apr-06 9:57
Eric Dahlvang17-Apr-06 9:57 
GeneralRe: problem converting varchar to datetime Pin
shabonaa17-Apr-06 13:48
shabonaa17-Apr-06 13:48 
GeneralRe: problem converting varchar to datetime Pin
ThaScorpion17-Apr-06 15:08
ThaScorpion17-Apr-06 15:08 
AnswerRe: problem converting varchar to datetime Pin
Eric Dahlvang18-Apr-06 3:22
Eric Dahlvang18-Apr-06 3:22 
GeneralRe: problem converting varchar to datetime Pin
shabonaa19-Apr-06 8:38
shabonaa19-Apr-06 8:38 
AnswerRe: problem converting varchar to datetime Pin
Eric Dahlvang19-Apr-06 10:11
Eric Dahlvang19-Apr-06 10:11 
GeneralRe: problem converting varchar to datetime Pin
shabonaa19-Apr-06 12:55
shabonaa19-Apr-06 12:55 
AnswerRe: problem converting varchar to datetime Pin
HimaBindu Vejella17-Apr-06 18:48
HimaBindu Vejella17-Apr-06 18:48 
QuestionADO SHAPE Command - Can we use temporary tables? Pin
Babto16-Apr-06 10:32
Babto16-Apr-06 10:32 
QuestionAdapt This please Pin
munklefish16-Apr-06 7:19
munklefish16-Apr-06 7:19 
AnswerRe: Adapt This please Pin
Michael Potter17-Apr-06 3:19
Michael Potter17-Apr-06 3:19 
QuestionSQL Problems Pin
munklefish16-Apr-06 4:20
munklefish16-Apr-06 4:20 
AnswerRe: SQL Problems Pin
Mike Ellison16-Apr-06 5:07
Mike Ellison16-Apr-06 5:07 
GeneralRe: SQL Problems Pin
munklefish16-Apr-06 5:16
munklefish16-Apr-06 5:16 
GeneralRe: SQL Problems Pin
Mike Ellison16-Apr-06 5:32
Mike Ellison16-Apr-06 5:32 

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.