exec master..xp_cmdshell 'net use z: \\192.168.0.138\F$\BAK "111111" /user:admin#200!' backup database WJY to disk='E:\1\my.bak' with init exec master..xp_cmdshell 'copy E:\1\my.bak ...
With Sql Server 2000...<BR>I need to run an executable on a server in the same domain from a Stored Proc. I would like to use xp_cmdshell. This works well as long as the application is on the same ...