Here is what I am writing...
cusror A
from a list of 100 servers
(
sqlcmd server 1 (execute a command)
)
So now, if second server in the list in unreachable, still the execution will continue for third servers and so on...?
Can you please confirm my understanding?