MS SQL UPDATE and DELETE

Post Reply
Jack
Posts: 249
Joined: Wed Jul 11, 2007 11:06 am

MS SQL UPDATE and DELETE

Post by Jack »

Hello,
When i try to update or delete records from a MS SQL Table, how is it possible to
know the numbers of records that have been updated or deleted ?
Thanks .
horacio
Posts: 1270
Joined: Wed Jun 21, 2006 12:39 am
Location: Capital Federal Argentina

Re: MS SQL UPDATE and DELETE

Post by horacio »

Code: Select all

select count(*) from BBDD where the condition of deleted or updated
 
Saludos
Post Reply