I have a website installed on my PC that needs to run SQL queries on a remote SQL server. This process worked perfectly on my recently departed XP computer.
Now I have a Windows 7 Professional computer. First, I installed SQL Server 2008 Express and the mgmt. studio. I have installed and am using IIS 7.5 successfully for my other local websites.
They connect to my local SQLEXPRESS with no issues.
Prior to doing the property changes below, I got a general connection error when I attempted to run a query on my remote SQL server.
In order to connect remotely, I was instructed to run Sql Server Configuration Manager and Enable the TCP/IP protocol. I discovered two different TCP/IP protocol settings. One in "SQL Server Network Configuration | Protocols for SQLEXPRESS" and one in "SQL Native Client 10.0 Configuration | Client Protocols"
Not knowing which one the article was referring to, I enabled both of the TCP/IP settings.
Now I get a "can't find table aaaaa" error when I run my website and attempt a query.
What is going on with this thing? SQL Server Express 2005 didn't have any of these issues.
Thanks in advance,
Jerry Scannell
Now I have a Windows 7 Professional computer. First, I installed SQL Server 2008 Express and the mgmt. studio. I have installed and am using IIS 7.5 successfully for my other local websites.
They connect to my local SQLEXPRESS with no issues.
Prior to doing the property changes below, I got a general connection error when I attempted to run a query on my remote SQL server.
In order to connect remotely, I was instructed to run Sql Server Configuration Manager and Enable the TCP/IP protocol. I discovered two different TCP/IP protocol settings. One in "SQL Server Network Configuration | Protocols for SQLEXPRESS" and one in "SQL Native Client 10.0 Configuration | Client Protocols"
Not knowing which one the article was referring to, I enabled both of the TCP/IP settings.
Now I get a "can't find table aaaaa" error when I run my website and attempt a query.
What is going on with this thing? SQL Server Express 2005 didn't have any of these issues.
Thanks in advance,
Jerry Scannell