Re: NO COUNT
From: Zach Wells (zwells_at_remove_ain1.com)
Date: 10/22/04
- Next message: Andrew J. Kelly: "Re: Transaction handling - Read Committed"
- Previous message: Tom Moreau: "Re: Instead of trigggers"
- In reply to: Stephen Howe: "Re: NO COUNT"
- Next in thread: Stephen Howe: "Re: NO COUNT"
- Reply: Stephen Howe: "Re: NO COUNT"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 22 Oct 2004 12:25:19 -0500
Stephen Howe wrote:
> I mean why bother doing "SET NOCOUNT ON" at the top of every SP if you can
> issue it at the start of getting a connection and from then on, all SP's are
> affected? Or are they not?
>
Because that would mean it is up to the ADO programmer to know that it
is necessary to turn on NOCOUNT. If you put it in each SP then you know
it well be set correctly.
Zach
- Next message: Andrew J. Kelly: "Re: Transaction handling - Read Committed"
- Previous message: Tom Moreau: "Re: Instead of trigggers"
- In reply to: Stephen Howe: "Re: NO COUNT"
- Next in thread: Stephen Howe: "Re: NO COUNT"
- Reply: Stephen Howe: "Re: NO COUNT"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|