QUESTION:
Should I include the SET NOCOUNT ON statement in my stored procedures? What's the correct syntax?
NOTE:
I've head that this increase network performance. And, all of my stored procs are called from asp.net pages.
Thanks. Any input or syntax is much appreciated.
Should I include the SET NOCOUNT ON statement in my stored procedures? What's the correct syntax?
NOTE:
I've head that this increase network performance. And, all of my stored procs are called from asp.net pages.
Thanks. Any input or syntax is much appreciated.