|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Monday, March 09, 2009 1:35 PM
Points: 60,
Visits: 12
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, September 17, 2010 7:49 AM
Points: 1,
Visits: 63
|
|
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!
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, December 19, 2007 10:37 AM
Points: 1,
Visits: 3
|
|
| 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?
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, January 17, 2011 7:24 AM
Points: 1,
Visits: 21
|
|
| 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.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Sunday, October 07, 2012 1:53 AM
Points: 3,
Visits: 65
|
|
| 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.
|
|
|
|