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 |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-03-10 : 08:48:13
|
Mike Fraley writes "My task is to query a table at specified times, build a csv file and send it in an email as an encrypted zip file. Can I do this using DTS?" |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2006-03-10 : 08:49:26
|
DTS by itself won't create a zip file, but it can call command-line or ActiveX components that can do it. I'd suggest checking out WinZip or some other 3rd party Zip tools, there are a few that have a command line tool (some of them are free too) |
 |
|
|
|
|