I love the ability to right click on a row in a result grid and export the results to the clipboard as a SQL file. Very handy for propagating changes through environments.

One minor glitch...if a column in the grid is virtual, the generated insert statement includes the virtual column, which, of course, raises an exception when executed. It would be great if the insert statement ignored virtual columns.