Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 run .bat file on different domain

Author  Topic 

pvsramu
Starting Member

17 Posts

Posted - 2009-03-10 : 14:36:41
Hi,

I need to run a .bat file on a server which is on different domain. I have been domain-userid/password to access the file. How do I do that is SSIS?

Thanks,
Ramu

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-03-10 : 14:40:06
i think you need to use xp_cmdshell extended stored procedure for this in a sql task.
Go to Top of Page
   

- Advertisement -