extraSqlScriptAs
extraSqlScriptAs copied to clipboard
Azure Data Studio - 3 "Extra Sql Script As" Extension
Azure Data Studio - 5 "Extra Sql Script As" Extension
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
Features
Script Table as INSERT

Script Table as UPDATE

Script Table as DELETE

Script Table as SELECT

Known Issues
No open issues at this time.
Unknown Issues
Can be raised here: https://github.com/pacoweb/extraSqlScriptAs/issues
Release Notes
0.7.0
- Added support for MySQL provider @olegrumiancev
0.6.0
- Added Script Table as INSERT with SET IDENTITY ON
0.5.0
- Added Script Table as SELECT
0.1.0
- Initial release.