Click here to Skip to main content
15,911,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Turns out Sybase is installed on these corporate desktops and gets path priority over SQL. When I ran BCP from the command line it was running Sybase BCP, how to specify the sql path?
Posted

1 solution

Running 64-bit Windows and SQLServer 64-bit:
C:\Program Files\Microsoft SQL Server\100\Tools\Binn

Running 32-bit Windows and SQLServer x86:
C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn

Both "PATH" variables ...

In 8.3 parlance these might resemble:
C:\PROGRA~1\MICROS~2\100\TOOLS\BINN

C:\PROGRA~2\MICROS~4\90\TOOLS\BINN

Use DIR /x to display what the actual path might be on your'n
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900