David Christiansen | davidchristiansen.com

Development

CodeSnippet :: T-SQL Code to automatically generate your Stored Procedure VB(or VBscript) Code

I find this code really handy when dealing with a stored procedure that requires a tonn of input and output parameters. This stored procedure will write out the code required which you can copy and paste into your VB or VBScript code. It wouldn't require many changes to write out code for .NET.