Re: command timeout - SQL 2005 express - critical customer down
- From: "William Vaughn" <billvaNoSPAM@xxxxxxxxx>
- Date: Wed, 5 Dec 2007 11:45:43 -0800
I have good news and bad news...
The good news is that this is fixable, the bad news is that you haven't fixed it--just patched the problem.
Most SQL Server installations (including SQL Express) use dynamic IP assignments--each named instance gets its own dedicated port assigned when the service starts. 1433 is no longer guaranteed to be the port on which SQL Server listens.
Make sure the SQL Browser service is started on the server. This should address this issue.
See my whitepaper on connecting and chapter 9 of my latest book for more details.
http://betav.com/mtcgi/mt-search.cgi?IncludeBlogs=3&search=connecting
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant, Dad, Grandpa
Microsoft MVP
INETA Speaker
www.betav.com
www.betav.com/blog/billva
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------
"Darin" <darin_nospam@nospamever> wrote in message news:u8q%23WF1NIHA.5208@xxxxxxxxxxxxxxxxxxxxxxx
Well, I have fixed it.
It turns out that the firewall was turned on on the server so we had to
add a port in the exception list for 1433. Strange the error we were
receiving, and of course the IT person said he didn't do anything with
the firewall on the server.
I am glad it got fixed.
Darin
*** Sent via Developersdex http://www.developersdex.com ***
.
- References:
- Prev by Date: Re: How to read a BLOB from Oracle
- Next by Date: Re: Batch Insert/Updates
- Previous by thread: Re: command timeout - SQL 2005 express - critical customer down
- Next by thread: Re: empty dataSet
- Index(es):
Relevant Pages
|