Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 compressed email attachment

Author  Topic 

sqlakm1
Starting Member

9 Posts

Posted - 2012-10-01 : 03:24:05
I am using ssrs 2005 subsription service to send mails to my clients.

Mostly its sending by excel attachment option. But since now file size get increased approx 10 MB, not is there any way to send mail in zip compressed format or any compressed way method to sent it to my client.

Regards,

ROSHNI

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-10-01 : 12:14:36
you can add a sql job to compressed the files using zip program. You can use a SSIS package for this purpose. you could either call a third party zip program like winzip or 7zip from within ssis using execute process task or use j# redistributable functions to implement zipping action inline using script task

see

http://dataintegrity.wordpress.com/2009/10/13/dynamically-zipping-files-in-ssis/

http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/64028/

http://microsoft-ssis.blogspot.com/2011/01/zip-sourcefile-to-archive.html

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -