Hasnain Hayder
Hasnain Hayder

Reputation: 99

How to change MSSQL server localhost port

I want to change MSSQL server database engine port to 6677 for my local MSSQLSEVER. I have wamp installed on my machine and after installing MSSQL server i am unable to start apache on port 80. I just want to keep MSSQLSERVER temporary to complete my university project Thnks

Upvotes: 0

Views: 545

Answers (1)

jleach
jleach

Reputation: 7792

Installing SQL Server typically installs the SQL Server Reporting Services service as well, which by default uses port 80. Go to Windows -> Services and find SQL Server Reporting Services and stop the service (optionally use Properties to set the startup type to none).

You may need to restart the WAMP services after, I forget offhand.

Upvotes: 2

Related Questions