SQLCMD not recogized despite install of SQL Server Native Client for SQL2008
Posted
by John Galt
on Server Fault
See other posts from Server Fault
or by John Galt
Published on 2010-05-13T18:13:15Z
Indexed on
2010/05/13
18:25 UTC
Read the original article
Hit count: 552
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.
© Server Fault or respective owner