SQLCMD not recogized despite install of SQL Server Native Client for SQL2008
- by John Galt
This little question is part of a much larger issue I am trying to resolve:
Does SQLCMD require a separate install or is it included with the Microsoft SQL Server 2008 Native Client (which I just installed on my webserver).
Maybe this is just an incorrect path issue. Here is what I tried:
C:\>sqlcmd -S tcp:devmojito\mssqlserver2008,1433
'sqlcmd' is not recognized as an internal or external command,
operable program or batch file.
C:\>
This same syntax works when executed from the c drive on my SQL Server machine.