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
What do you understand by case manipulation functions?
What are the limitations of sql express?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What is difference between sql and oracle?
Why use subqueries instead of joins?
How do I restart sql?
what does the t-sql command ident_incr does? : Transact sql
What is a field in a database?
How do you update a table in sql?
What are different functions in sql?
Why commit is not used in triggers?
Is it possible to create the following trigger: before or after update trigger for each row?
Can we enter data in a table in design view?
How does sql profiler work?
how to get a list of columns in an existing table? : Sql dba