I know how to change the port number via SQL Server Configuration Manager, but is there any way to do so via the command-line or sqlcmd? Thanks.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
You can't change the port via sqlcmd and I've never found a command line option. You can, however, do it via WMI. Check out this blog entry to get you started if you're interested in going that route. |
|||
|
|