Reply to Best way to tell if a SP is a query Programatically
Posted by wackyphill on 09/16/05 18:22
Using ADO.NET Or regular queries on SQL Server, is there a good way of
determining if a Stored Proc will be returning a result set or if it is
a non-query that does all I/O through parameters?