Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

STOP message of how many rows affected sql

--Start counting messages and show number of rows affected
SET NOCOUNT OFF
--Stop counting messages and do not show number of rows affected
SET NOCOUNT ON
Source by blog.sqlauthority.com #
 
PREVIOUS NEXT
Tagged: #STOP #message #rows #affected #sql
ADD COMMENT
Topic
Name
6+3 =