I have a windows 2008 server running sql server 2008 and runs perfectly fine call this SERVER1. SERVER1 also is setup with running WEBserver IIS, DHCP, and DNS. I just set up another server running windows 2008 call this SERVER2. On Server2 i install sql management studio and runs perfectly fine and connects to SQL on SERVER1 with no issues.
Next i decided to set up a secondary DNS server on SERVER2. that was setup with success now when SERVER1 is shutdown SERVER2 's DSN continue to allow all the computers on the network to communicate properly.
ISSUES:
on SERVER2 i use sql management studio quite often to make changes to the SQL SERVER database on SERVER1 SINCE i installed the DSN server the connection to SERVER1 often times out for no particular reason.
i can ping SERVER1
when i try to connect to SERVER1 with sql management studio it will give me a time out error -2. the only way to fix this issues is to restart SERVER2 and everything will work fine for like a few hours.
not sure if there is a conflict with DSN that is causing this? my set up on the SERVER2 is static ip(obviously) with primary DSN(SERVER1's ip) and secondary DSN(Server2's ip).
SERVER1 SQL settings i have it enabled on TCP,name pipe, shared memory, I have SQL SERVER BROWER, SERVER AGENT all running.
Any feedback would be great thanks.
Next i decided to set up a secondary DNS server on SERVER2. that was setup with success now when SERVER1 is shutdown SERVER2 's DSN continue to allow all the computers on the network to communicate properly.
ISSUES:
on SERVER2 i use sql management studio quite often to make changes to the SQL SERVER database on SERVER1 SINCE i installed the DSN server the connection to SERVER1 often times out for no particular reason.
i can ping SERVER1
when i try to connect to SERVER1 with sql management studio it will give me a time out error -2. the only way to fix this issues is to restart SERVER2 and everything will work fine for like a few hours.
not sure if there is a conflict with DSN that is causing this? my set up on the SERVER2 is static ip(obviously) with primary DSN(SERVER1's ip) and secondary DSN(Server2's ip).
SERVER1 SQL settings i have it enabled on TCP,name pipe, shared memory, I have SQL SERVER BROWER, SERVER AGENT all running.
Any feedback would be great thanks.