SQL/Network issue

Pooky

Garfield's Teddy
Joined
Dec 16, 2007
Messages
24,504
Reaction score
21
Location
Neverland
Here's what's happening:

There is an SQL database on a Windows7 Professional PC. Other PC's need access to this at any given time.

Now what would cause the network on this SQL machine to get the little orange ! mark and say no internet access.

When it does this the SQL database is not accessable and one has to restart the machine; all the networked computers are still available though.

It does this randomly.
 
Here's what's happening:

There is an SQL database on a Windows7 Professional PC. Other PC's need access to this at any given time.

Now what would cause the network on this SQL machine to get the little orange ! mark and say no internet access.

When it does this the SQL database is not accessable and one has to restart the machine; all the networked computers are still available though.

It does this randomly.

Duplicate IP addresses on the network come to mind. Perhaps you assigned it a static IP within the DHCP dynamic IP range, which is populated when a machine comes onto the network?
 
You don't have to reboot the machine, just "repair" it's network connection. It's usually just a lost connection to the DHCP/DNS servers which means xyz\sqlserver won't resolve etc

I'd say give it a static IP address / add it's DNS servers and see how it copes
 
Hi There,
make sure that you are using a static IP address on that PC. You may then need to re-link your applications to the SQL database.

Regards

Tim
 
It is using a static IP address, as are all the machines on that network.

I went into services, and found that the actual database was stopped. I started it and it's working now but it seems that it may just be randomly stopping the service...
 
It is using a static IP address, as are all the machines on that network.

I went into services, and found that the actual database was stopped. I started it and it's working now but it seems that it may just be randomly stopping the service...

Services don't "randomly" get stopped. Usually they stop because of an error of some form. You can set them to start "automatically" and that should have them restart on failure, but it will result in your connections being dropped, so isn't exactly a solution. Is there a Windows domain handling user authentication?
 
Try to disable the Windows 7 - Build-in Firewall. If you not using TCP/IPv6 which I'm totally sure you don't - disable that aswell on the network adapter. Get the latest network card drivers.
 
Services don't "randomly" get stopped. Usually they stop because of an error of some form. You can set them to start "automatically" and that should have them restart on failure, but it will result in your connections being dropped, so isn't exactly a solution. Is there a Windows domain handling user authentication?

Agreed on the services, check the error log for the reason the service stopped.
 
Top
Sign up to the MyBroadband newsletter
X