Re: Timeout errors
pb648174 (google@webpaul .net) writes:[color=blue]
> I used the same script and specified a bogus machine name and got
> "Specified SQL Server not found", so it isn't a network issue I
> guess... I'm at a loss as to what to do from here.[/color]
Yes, that's the message I would expect if the server is entierly
unavailable. But what if some packets make it, and others not?
I'm about as lost as you are, but what about running ping -n 200 in
conjunction with running the backup job, and then check for packet
loss?
--
Erland Sommarskog, SQL Server MVP, esquel@sommarsk og.se
Books Online for SQL Server 2005 at
Books Online for SQL Server 2000 at
pb648174 (google@webpaul .net) writes:[color=blue]
> I used the same script and specified a bogus machine name and got
> "Specified SQL Server not found", so it isn't a network issue I
> guess... I'm at a loss as to what to do from here.[/color]
Yes, that's the message I would expect if the server is entierly
unavailable. But what if some packets make it, and others not?
I'm about as lost as you are, but what about running ping -n 200 in
conjunction with running the backup job, and then check for packet
loss?
--
Erland Sommarskog, SQL Server MVP, esquel@sommarsk og.se
Books Online for SQL Server 2005 at
Books Online for SQL Server 2000 at
Comment