Is there a way in which we can run sqlcmd on a machine without having SSMS.
Asked
Active
Viewed 2,318 times
0
-
I think several question http://stackoverflow.com/questions/2290903/run-sqlcmd-without-having-sql-server-installed – GeoVIP Sep 18 '13 at 12:43
1 Answers
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
-
Agreed. Our "builc machine" has these...to auto deploy some databases using sqlcmd. No SSMS required! – granadaCoder Sep 18 '13 at 13:14