Viewing 15 posts - 31 through 45 (of 48 total)
I edited the post sorry my English not good.
January 29, 2015 at 6:39 am
Sorry edited ...
I need if VAL42 ( value ) greater then 0 then run first update query and if VAL42 (value) is equal to 0 then...
January 29, 2015 at 6:02 am
Many thank Gila & Stefan Krzywicki.
By using inner join the issue is solved.
Regards
December 27, 2014 at 9:41 am
Hi
Thank you
I removed the join hint form the statement by replacing below. The application having no breaking or fault.
1.
FROM [Test1].[dbo].ITEM_EVENT e,[Test1].[dbo].ITEM_PROPERTY p0
WHERE e.ITEM_ID = p0.ITEM_ID
2.
FROM...
December 23, 2014 at 12:21 pm
Thanks for correction is there way to by pass this error. Because one of the application showing no data when getting this warning on the prompt?
Warning: The join order has...
December 23, 2014 at 8:50 am
Thank you David it works for me.
December 18, 2014 at 12:37 pm
Hi David,
Will you please summarize more how to do that?
December 18, 2014 at 9:12 am
Hi SS
Actually the problem is e.g Some times the Val2 is not calculated by meters,but the VAL1 calculates every day in rare case Val1 not calculated, that is why...
December 15, 2014 at 8:21 pm
Hi SS
Actually the problem is e.g Some times the Val2 is not calculated by meters,but the VAL1 calculates every day in rare case Val1 not calculated, that is why...
December 15, 2014 at 8:20 pm
Hi
Please Below the query i need to use condition
I need to use in below query how to use
SELECT
ISNULL(EVT.VAL1/NULLIF((EVT.VAL2),0),0) AS ITEM_ID
FROM
EVENT1 EVT
WHERE NAME IN ('JOHN','PATRICK')
December 15, 2014 at 12:21 pm
Hi SS
Thanks ! but how to apply in one sql query ?
December 14, 2014 at 8:24 pm
Jeff,
Actually very sorry to say i dont find any notification from notifications@sqlservercentral.com. I tried 12 hours my self and now i have done.
Thank you 😀 you helped me...
December 22, 2013 at 11:15 pm
Yes you correct my start week from thrusay and end on wednesday...
December 22, 2013 at 1:16 am
Viewing 15 posts - 31 through 45 (of 48 total)