Viewing 10 posts - 46 through 56 (of 56 total)
Hi Sean,
When you say-
"
I haven't seen all the other threads but from what you posted I can't figure out why you are using DATEDIFF at all. It doesn't meet your...
March 14, 2013 at 5:10 pm
Thanks so much for the help to get me understand this since I come from Java world...
Also needed some help to know which is a best book to learn TSQL...
March 12, 2013 at 3:37 am
Hi Ed,
thanks for the info, yes I have used similar logic and it's working-
///
LOGIC FOR CONSOLIDATED NEW SLLI REPORT-
create table #tmp_Set_Flags- temp table created
insert into #tmp_Set_Flags
select...
March 11, 2013 at 3:24 pm
Thanks Lynn you are right
March 7, 2013 at 6:21 pm
Hi Lynn,
that will not help since in my case one of the dates can remian NULL hence if that's the case then it will not work using > , =...
March 7, 2013 at 3:05 pm
I would prefer datediff since that way not dependent of type of date format in DB hence need help please:-)
March 7, 2013 at 2:48 pm
Hi friends,
the temp table idea helped me-
I used the logic as below- it helped me thanks a lot!!!
//
create table #tmp_Set_Flags- temp table created
insert into #tmp_Set_Flags
select JP RECORDS
FROM...
March 6, 2013 at 2:34 pm
Hi,
sorry if I was not clear in my request above,
Basically what I'm looking for is-
I have string with value "HPJP00000013"
if this field value has one LEADING SPACE...
March 2, 2013 at 12:55 pm
Viewing 10 posts - 46 through 56 (of 56 total)