HI,
I want to execute a package in ssis from sql server.Instead of using SQL SERVER AGENT UI ,i need script.
I can execute the package only through command prompt by using the command DTEXEC /f <package path>...
How can i execute a package by using script or any code or any t-sql commands..explain in detail about how to implement this..