Hi,
I have trying to execute the following command in my Query Analyzer:
EXEC master..xp_cmdshell 'bcp "SELECT * FROM pubs..authors" queryout \\Ny2_alextest5\ConnectionPolinska\authors.txt -U sa -P -c'
This is working in my first machine. But when I run it in the second machine, I got the following error:
The name specified is not recognized as an
internal or external command, operable program or batch file.
Any ideas? Thanks in advance.
Snoopy
I have trying to execute the following command in my Query Analyzer:
EXEC master..xp_cmdshell 'bcp "SELECT * FROM pubs..authors" queryout \\Ny2_alextest5\ConnectionPolinska\authors.txt -U sa -P -c'
This is working in my first machine. But when I run it in the second machine, I got the following error:
The name specified is not recognized as an
internal or external command, operable program or batch file.
Any ideas? Thanks in advance.
Snoopy