# SQL Express Usage

{% embed url="<https://youtu.be/vR3dEM4NKlc>" %}

When SQL Server Express version is installed, connection problems may be encountered in the web interface. In SQL Server Express installation, listening on port 1433 over TCP/IP is disabled by default.

<figure><img src="https://3397644693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUKnjxE4TMdT6gqOH49zt%2Fuploads%2FzXix37aFcRZjcroKS823%2Fimage.png?alt=media&#x26;token=2fdf8071-8f1c-4370-90b0-3c226b17fc1e" alt=""><figcaption></figcaption></figure>

TCP/IP must be enabled. After TCP/IP enabling, SQL Server service must be restarted. SQL Server starts listening over TCP 1433 and accepts connection requests.
