Just downloaded the trial version, and so far it seems like an amazing product. However, I work with procedures that have tons of arguments, all of which obviously have to be formatted correctly, and have to have exact values for the procedure to return the desired results.
In SQL Server Management Studio, when you execute procedures you get a nice matrix view that lets you input all parameters without having to select from a list. Even better, when you do execute the procedure, it automatically creates the execute statement and places it into an SQL editor for easy modification. This is very important because if say, you misspelled an argument, it makes it very easy to back, fix the argument value, then click the execute button again to retry the procedure.
Is this possible in MyDeveloper Studio? I'm teetering on buying it, but without the ability to edit procedure arguments more easily, it's tough to go ahead and do so.
Thanks