I have a script in which I do data lookup to several SQL servers and use TTS to speak the details to the caller. However, I use table views and it times out every once in a while, therefore, I need to change it to a stored procedure. I've obviously n...