This extension adds several missing options to the context menu of the object tree:
- Script Table as INSERT
- Script Table as INSERT to clipboard
- Script Table as INSERT SET IDENTITY ON
- Script Table as INSERT SET IDENTITY ON to clipboard
- Script Table as UPDATE
- Script Table as UPDATE to clipboard
- Script Table as DELETE
- Script Table as DELETE to clipboard
- Script Table as SELECT
- Script Table as SELECT to clipboard
No open issues at this time.
Can be raised here: https://github.com/pacoweb/extraSqlScriptAs/issues
- Added support for MySQL provider @olegrumiancev
- Added Script Table as INSERT with SET IDENTITY ON
- Added Script Table as SELECT
- Initial release.