i don't want the message as 14 rows updated just it should
update what it will do

Answer Posted / rajesh kumar gupta

Hi,
If you are faceing this issue with sql SERVER THEN ITS
SOLUTION IS
SET NOCOUNT ON : It avoids to diplay message
SEt nocount off : it allows to display message
suppose:
select * from temp1 (Incase 4 rows are there in the table
temp1)
it will prompt you a message as
(4 Row(s) affected)
if you have used
set nocount on

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of the sql select top clause?

561


What programs use sql?

536


what is the use of set statement in tsql? : Transact sql

545


Explain mutating table error.

658


How many types of functions are there in sql?

512






How do I find duplicates in a single column in sql?

544


What are sql queries used for?

548


What are commit, rollback, and savepoint?

578


Is coalesce faster than isnull?

516


What is pl sql architecture?

515


Is sql considered coding?

575


what is a table in a database ? : Sql dba

556


What is the difference between function and procedure in pl/sql?

559


What is a sql schema used for?

555


What does plv msg allows you to do?

695