Looking for any advice, suggestions, or recommendations on this one. We have a thread that uses a tcl proc to write messages to a SQL Database located on another server. Right now it’s setup where the messages are routed to a thread that is file protocol NUL, so the messages just disappear, and on the route there is a Raw Route Detail TPS proc that has the code that writes the messages to the SQL Database. Now, I’ve only been here a few months, and this was already in place, but my question is, if the server with the SQL Database goes down, the messages will be lost, correct? The messages would not be kept in the recovery db because the messages are successfully sent to file: NUL, but the tcl proc would be unable to write the messages to the SQL database. I hope this makes sense. Is there a better way to handle this? Anyone have any experience with this type of situation?