RobertT687
Programmer
Is there a graceful way within a stored procedure to detect if a linked server connection is up?
I'd like to be able to gracefully exit a procedure and return a meaningful message if a connection cannot be established to a server that may be down from time to time.
I'd like to be able to gracefully exit a procedure and return a meaningful message if a connection cannot be established to a server that may be down from time to time.