Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

how to change the message text in management studio in query result

$
0
0
hi,I have two records...is having pid=10id pid101 10102 10103 5104 6106 5then i executed the below query..update Child set pid=10 where id in (101,102)the sql server showing message like (2 row(s) affected) but as per data no records updated so i need to change this message type if i ran the above update query the the result should be like (0 row(s) affected)is there any way to change this...

Viewing all articles
Browse latest Browse all 3145

Trending Articles