Viewing 15 posts - 16 through 30 (of 61 total)
Sorry for bothering everyone =)
I got it to work =) Using CURSOR =)
August 19, 2005 at 7:25 am
var1, var2, var3 and etc will determine whether email needs to be sent or not.
so result is to sent email. I use sp_smtp_email for that or something like it.
sample for...
August 18, 2005 at 10:15 am
Ok, how can I use WHILE here? SOrry for my stupidity.
August 18, 2005 at 9:57 am
var1, var2 and etc - they check for number of notes for users and if they are > 0 - it sends out emails to them. The problem is we...
August 18, 2005 at 7:38 am
Nevermind everyone =) I made it work
August 15, 2005 at 10:20 am
that's just a part of sp_smtp_email thingy...
it returns 1 or 0. When it returns 1 - nothing was sent, 0 - when it was sent successfuly
August 15, 2005 at 10:01 am
Alright, thank you. I never even paid attention to Management section in EM =)
August 2, 2005 at 6:26 am
I'm not familiar with Windows-based stuff.... where such job can be created?
August 1, 2005 at 3:04 pm
Simple thing like that:
UPDATE Leave_Professional_Funds SET [SApproved] = @RegFee WHERE [LeaveRequestID] = @LeaveID AND [Name] = "Registration Fee"
UPDATE Leave_Professional_Funds SET [SApproved] = @ETFee WHERE [LeaveRequestID] = @LeaveID AND [Name] =...
August 1, 2005 at 11:30 am
Would that be ok though if user decides to sort only by one column? Cuz that way only 'xxxx,x' would be passed in.
if that would be ok, could you show...
July 18, 2005 at 9:15 am
Alright, I figured something out =) Thanks.
July 18, 2005 at 7:58 am
Alright, I figured something out =) Thanks.
July 18, 2005 at 7:58 am
Viewing 15 posts - 16 through 30 (of 61 total)