Skip to content
Prev 243 / 1559 Next

Executing Stored Procedures from Microsoft SQL Server

Hi Phil,

The first thing I'd check is whether the stored-procedure is actually
returning two things, rather than a single "set" - I've been caught by
this before!  Could you have a print statement hanging around from
debugging?  Are you using "return" or are you printing the results in
the stored-procedure?  I suggest that you create a small stored
procedure which only contains a simple "select top 10 * from
SimpleTable" to verify that it works.

cheers,
Sean O'Riordain
On 16/11/06, Phil Smyth <psmyth at yahoo.com> wrote: