Hi Steve,Good that it resolved your issue, in case If you still have requirement to use Stored Procedure then try 1. Execute action in SQL Server VBO - when you're not expecting to handle output2. If you want to handle output then use Get Collection ...
I was facing the same issue. if you are using code stage just add this before the connectionServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;
Please refer : https://stackoverflow.com/questions/22627977/the-underlying-connection-was-c...