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

How to find 3rd highest salary of an employee from the employee table in sql?

575


What program will open a mdb file?

505


What is the difference between sql and t sql?

542


How do I remove duplicates in two columns?

512


Why do we use function in pl sql?

565






What is transaction control language (tcl)?

645


What are the three forms of normalization?

541


What is multiple partition?

545


what is transaction? : Sql dba

539


Can there be 2 primary keys in a table?

565


What is the purpose of a secondary key?

517


which command using query analyzer will give you the version of sql server and operating system? : Sql dba

531


Can a procedure in a package be overloaded?

551


Is it possible to link two groups inside a cross products after the cross products group has been created?

601


What is sql injection owasp?

556