Disable printing number of affected rows - SET NOCOUNT

  • SET NOCOUNT allows disable (or enable) printing number of affetced rows as part of stored procedure result.
  • SET NOCOUNT ON - the count is not returned.
  • SET NOCOUNT OFF - the count is returned.
   SET NOCOUNT { ON | OFF } 

References

programming/mssql/setnocount.txt · Last modified: 2018-06-21 19:48 (external edit)
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0