Within SQL Management Studio, you can right click on a stored procedure and have it generate code to execute that procedure (either into the clipboard or a new query window). You can also have it generate code to select, insert, delete, and update from a table.
Does this functionality exist in SQLDBControl? This is a nice time saving function. Instead of typing it from scratch, I can have the system do it for me (it makes much less mistakes that I do).
Thanks.