I want to use the bcp
command in Linux as the following:
bcp "EasyCash.dbo.user" out "[EasyCash].[dbo].[user].dat" -q -c -t "<EOFD>"
-r "<EORD>" -Usa -P123456 -S192.168.1.5
The message in Linux shows like that:
-base bcp: command not found
Can anyone solve my problem?