[thelist] stored proc

Ken Schaefer ken.schaefer at gmail.com
Thu Aug 5 19:17:28 CDT 2004


On Fri, 25 Jun 2004 15:50:04 +0200, Guglielmo <g.tedaldi at fabaris.it> wrote:
> Hi
> 
> I just read your question at http://lists.evolt.org/archive/Week-of-Mon-20020325/108036.html
> I have the same problem. Did you find a solution?


Put

SET NOCOUNT ON

in your sproc before your INSERT query to surpress the "xx records
affected" statements.

Cheers
Ken


More information about the thelist mailing list