• Yes. I believe I figured out what the problem was. It just so happens that the 2008 servers are larger servers and therefore have more databases, indexes, etc. After confirming in the system views that the mail indeed showed "sent" I suspected it had something to do with the data itself so I changed the "body" to print "test" and it went through fine. I suspected that it may have been the size of the data in the @vBody variable so I commented out the "unused indexes" section and ran it again and it went through fine. I then tried changing it to send the output in an attachment with the parameter to allow for the longer length fields and it indeed erred out with a size limit. So, I believe the mystery is solved.