Enable TCP/IP on SQL Server Express Edition

0
On SQL Server Express Edition (I don’t know how’s on full version, never had a license for it) the default connection model is through named pipes and TCP/IP is disabled.

How to Enable:
1. From SQL Server Configuration Manager, go and expand “Network Configuration”, choose “Protocols for SQL Server Express” and enable TCP/IP

2. Open TCP/IP properties page, go to the second tab “IP Addresses” and in the last field called “IPAll – TCP Port” enter your port number. You might want to choose 1433.


3. Restart SQL Server Express service.
Tags

Post a Comment

0Comments
Post a Comment (0)