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.
Author |
Topic |
peace
Constraint Violating Yak Guru
420 Posts |
Posted - 2013-10-16 : 23:20:59
|
how to compress file using msdb.dbo.sp_send_dbmaili tried filename.zip but the file size seems to be same as .csv |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2013-10-17 : 03:05:39
|
sp_send_dbmail send out an email, it does not compress fileYou have to use 3rd party tools like zip, rar or any other similar tools to do it KH[spoiler]Time is always against us[/spoiler] |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
|
|