Viewing 15 posts - 391 through 405 (of 541 total)
OK just checked. All my jobs are configured to email notification (on failure) + write to windows application log (on failure), no jobs are configured with 'Net Send'?
Many Thanks,
Phil.
October 1, 2008 at 8:53 am
OK, having a blonde moment, what I should have posted was 1 hour 15 minutes = 75 🙂
Many Thanks,
Phil.
September 30, 2008 at 2:46 pm
Chris poor explanation on my part. If the user enters 8 in the hours field then enters 15 in the minutes field this is recorded as 75:00000.
Phil.
September 29, 2008 at 12:09 pm
Hello again. So how would the full code read to get 1 Hour 10 minutes?
I have:
LT.Quantity / 60 AS Hours
Many Thanks,
Phil.
September 29, 2008 at 5:42 am
Thanks once again, I will take another look.
Kind Regards,
Phil.
September 26, 2008 at 1:36 pm
Hi again. I followed the last link. I could not decipher how I might add a redirect based on my role based authorization?
Maybe I am missing the point? My rules...
September 26, 2008 at 9:55 am
Thanks, just making sure i wasn't confusing you!
I will follow the link and see if I can work it all out.
Many Thanks,
Phil.
September 26, 2008 at 9:27 am
Hi John. The data type is NVARCHAR (100). Maybe I will resort back to one search!! 🙂
Many Thanks,
Phil.
September 26, 2008 at 9:25 am
Hi John. I tried the following:
WHERE ([ProductId] LIKE '%' + RTrim(IsNull(@ProductId, '')) + '%' OR [CRef] LIKE '%' + RTrim(IsNull(@CRef, '')) + '%')
Same issue. I have to enter values in...
September 26, 2008 at 7:24 am
Thanks John, I will give that a try.
Phil.
September 26, 2008 at 5:46 am
Hi and once again many thanks. Maybe I have not explained myself properly? I do not have a problem with users authenticating, that side of things works fine. The issue...
September 26, 2008 at 12:13 am
Hi and thanks for the reply (not sure what happened to my code there...). I use windows authentication within my connection string to connect to SQL.
Let me try with that...
September 25, 2008 at 2:14 pm
Thanks for filling me in on that.
Phil.
September 25, 2008 at 2:06 pm
Hi Kenneth. What do you mean by mod by minutes?
I implemened as:
LT.Quantity / 60 AS Hours
Many Thanks,
Phil.
September 25, 2008 at 8:03 am
Viewing 15 posts - 391 through 405 (of 541 total)