I can not connect to he SQL Server Express using the provided Static IP Address. I have tried:
- Making sure that it accepts Remote Connections
- Updating and setting the SA Username and Password
- Made sure TCP/IP and Named Pipes are Enabled
- Configured firewall (and even turned it off while testing)
- Made sure SQL Express Browser was running
- Went Under "IP All" and removed TCP Dynamic Port and set TCP Port to 1433.
- RESTARTED the SQL Server engine (several times)
But still get the error:
Uncaught PDOException: SQLSTATE[08001]: [Microsoft][ODBC Driver 13 for SQL Server]Named Pipes Provider: Could not open a connection to SQL Server [53].
Anyone have ANY suggestions? I would like to use the IP address as my connection.