I've written an extended stored procedure that makes a socket connection and returns data. The procedure works as intended, but how can I really test it to make sure that it's not going to affect the production server? I would like to monitor the memory usage just for that particular DLL or process over a period of time while I'm calling the procedure over and over.
Any ideas?