I have a database in which some editing operations have to be done manually on some rows. I have the SQL Server Management Studio Express. In SSMS, to edit the rows, normally th
Click edit rows on the table and then open the sql tab of that query and add your predicate there. And that's how you can edit filtered records.