September 23, 2007 at 6:18 pm
Comments posted to this topic are about the item SQL 2K SMTP mail on Windows 2K
December 10, 2007 at 9:52 am
Nice code, well layed out & well documented.
Because max on varchars doesn't work too well (it just works on the ascii value of the 1st character - e.g. '7' is greater than '12888234') maybe #fixeddrives should be declared as follows
Create table #fixeddrives(
Drive char(1) null,
FreeSpace bigint null)
Nice coding - it saved me a few hours!
December 19, 2007 at 10:37 am
What sort of license is this script distributed under? I'd like to use a modified version of it in a commercial project - is that allowed?
August 10, 2009 at 6:23 am
When we are sending to the multiple email id's if any of the email id does not exists in our active directory then this mailing stored procedure will not work. The procedure expects all the email id’s for which we have to send mail and should be present in Active Directory.
October 7, 2012 at 1:57 am
Thanks for sharing this SP. this is so useful doesn't need any MAPI configuration in SQL. I was really struggling with the MAPI configuration which some times use to work and some times not. I was really worried about the solution. This is wonderful procedure which has made our life easy.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply