Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.
/ extraSqlScriptAs Public archive

Azure Data Studio - 3 "Extra Sql Script As" Extension

License

Notifications You must be signed in to change notification settings

pacoweb/extraSqlScriptAs

Repository files navigation

Due to the retirement of Azure Data Studio, the repository is marked read-only!!!

https://devblogs.microsoft.com/azure-sql/azure-data-studio-retirement/

Thank you all

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 Stored procedure as DROP AND CREATE
  • Script Stored procedure as DROP AND CREATE to clipboard
  • Script Function as DROP AND CREATE
  • Script Function as DROP AND CREATE to clipboard Script Table as SELECT to clipboard

Features

Script Table as INSERT

Import a Script

Script Table as UPDATE

Import a Script

Script Table as DELETE

Import a Script

Script Table as SELECT

Import a Script

Script Stored procedure as DROP AND CREATE

Script Function as DROP AND CREATE

Known Issues

No open issues at this time.

Unknown Issues

Can be raised here: https://github.com/pacoweb/extraSqlScriptAs/issues

Release Notes

0.8.0

  • Added Script Stored procedure as DROP AND CREATE
  • Added Script Function as DROP AND CREATE

0.7.0

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.

Star History

Star History Chart