> I'm trying to execute a dts package through CF but have only 
> been able to do it through the dtsrun.exe utility and using 
> cfexecute. The problem is the server I need to do this on 
> doesn't have dts installed. Is there anyway I can still 
> execute a dts packaged from this machine? Maybe using a 
> stored procedure? Thanks!

Yes, you can execute DTS packages through a stored procedure, although not
directly. You can use the extended stored procedure xp_cmdshell to run
DTSRUN.EXE on your database server.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to