platform: SQL Server 2000 running Windows NT 4.0 and higher
Description:
XPDTS provides the functionality of DTSRUN wrapped inside a Extended Stored Procedure, allowing for a direct and controlled way to execute DTS Packages via T-SQL, instead of using xp_cmdshell 'DTSRUN ...' or sp_OA...