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.
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. |
 |
|
|
|
|