CrystalUser1
Programmer
I have a DTS package named 'Employee' and the sqlserver(computer name) is 'MyComputer'.
I created the following stored procedure to execute the DTS package from the .net application. Its not firing any error but not running the package. Please correct me the stored procedure.
ALTER PROCEDURE exportData AS
Exec master..xp_cmdshell
'DTSRUN /MyComputer /Employee/'.
The sqlServer uses the integrated security ie., windows authentication.
thanks
I created the following stored procedure to execute the DTS package from the .net application. Its not firing any error but not running the package. Please correct me the stored procedure.
ALTER PROCEDURE exportData AS
Exec master..xp_cmdshell
'DTSRUN /MyComputer /Employee/'.
The sqlServer uses the integrated security ie., windows authentication.
thanks