I used to do a lot of MS Access development, and there was a neat feature that allowed you to view the recordset that was to be affected by a DELETE or UPDATE statement before you actually executed it. This was handy, because it allowed you to make sure you weren't about to mangle the wrong set of records because of some careless error.
I haven't run across any similar feature in SQL Server 2005 - does it exist somewhere?
I haven't run across any similar feature in SQL Server 2005 - does it exist somewhere?