Re: DTS Package With Access Modules -
08-16-2003
, 03:06 AM
Yes it is. You will want to emulate what you do in the Access Macros and
put that into a piece of VBScript. How you run the VBScript is up to you
but your options include DTS (Active Script task) or VBScript job step (No
DTS). You can use the FileSystemObject to get to the Filesystem and play
with it. MS do not support Server side automation of Office but if all you
are doing is clearing up some directories we can get rid of Access doing
that.
Here is how to begin in DTS
Building a Package in the DTS Designer
http://www.sqldts.com/default.aspx?6,107,278,7,1
--
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org |