"An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 28 - Server doesn't support requested protocol)"
Network protocols are disabled in SQL Server 2005 Express by default so we need to enable TCP/IP:
If you want to see detail steps, visit Enable remote connection to SQL Server 2005 Express
ReplyDelete