I have an SSIS package that generates a text file, then at the the email task get the attachment and attaches to the email.
However, with our move to SQL2012 the folder location where the text file was temporarily created is not accessible. Is it possible to build an in-memory attachment that doesn't require write access to the file system and then attach it to the email message ?