Sql-server – Change port number via command line in SQL Server 2005

sql serversql-server-2005

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.

Best Answer

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.