hi ,
i run dts package by using these following methods in store procedure ---
sp_OACreate 'DTS.Package' --- create object
sp_OAMethod --- loads the dts package
sp_OASetProperty --- set package property
sp_OAMethod --- Executes package
sp_OADestroy --- Destroy package
BUT , now in sql server 2005, dts are replace by ssis packages..
i have made a simple ssis package i wanted it to run in store procedure without using dtexec and xp_cmdshell commands .:exclamationmark:
hope these task will be an interesting one ................
thks in advances