Shavez
Shavez

Reputation: 63

How to run sqlcmd remotely on a machine which does not have SSMS

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

Upvotes: 0

Views: 2400

Answers (1)

Christian Phillips
Christian Phillips

Reputation: 18749

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.

Upvotes: 2

Related Questions