I setup SQL Server 2008 Express on a new server. This is a low volume server and we don't need all the bells and whistles the full version of SQL gives us. So the Express version should work fine.

I've setup SQL Server Express on a server before, so I'm a little stumped at what's going on.

Using the sa account, I can log in to SQL from the server just fine. But when I try to log in remotely, I get the following error:



I made sure the services were running,


TCP/IP was enabled,


And enabled SQL Server login.


Pretty sure that's all I did for this.

Any ideas on what I'm doing wrong?