0

Is there a way in which we can run sqlcmd on a machine without having SSMS.

Shavez
  • 63
  • 1
  • 13
  • I think several question http://stackoverflow.com/questions/2290903/run-sqlcmd-without-having-sql-server-installed – GeoVIP Sep 18 '13 at 12:43

1 Answers1

2

If you follow this link for Microsoft SQL Server 2008 R2 Feature Pack , you should be able to download it for the machine without needing to install SQL server.

Also, see this link for Microsoft Command Line Utilities 11 for SQL Server
which might be better.

Christian Phillips
  • 18,399
  • 8
  • 53
  • 82