Viewing 2 posts - 1 through 2 (of 2 total)
No it is not static. The date was passed as @startdate but the CounterDateTime is read from table
(CONVERT(DATETIME, CONVERT(VARCHAR(24),@CounterDateTime)) >= CAST(@startDate AS DATETIME))
Today all I did varchar(16) instead varchar(24) and...
January 22, 2010 at 5:58 pm
#1107665
Hi
I have been trying to resolve the same indof problem.
Myy counterdatetime field is of char(24) the data stays as '2010-01-24 22:30:43:234'
All I am having
CONVERT(DATETIME, CONVERT(VARCHAR(24),CounterDateTime))>=CAST('1/19/2010 10:44:18 PM' AS...
January 22, 2010 at 11:03 am
#1107469