Barry wrote:
They are in the same schema, all are under "dbo". What do you mean of selecting the procs manually?
You can enable a preference which allows you to select the procs from a list which ones to retrieve from the db.
I'll re-check with a schema with dbo procs on sqlserver 2005. (edit) works fine...
I've some procs in my project which were added by right clicking "Action Stored Procedure Calls", "Add Stored Procedure Calls". They are already existed in project before I upgraded to 01092008 build.
Those procs were retrieved correctly, the rest not in the project weren't retrieved correctly?
The code hasn't been changed a lot, it's now just doing the retrieval in batches instead of in 1 batch. The actual logic which retrieves the parameters is the same...
(edit) I'll re-review the code.