pacoweb / extraSqlScriptAs

Azure Data Studio - 3 "Extra Sql Script As" Extension
MIT License
47 stars 17 forks source link

Add Script table as Insert with PK #17

Closed nakawankuma closed 6 months ago

nakawankuma commented 6 months ago

Thank you for Good Extension.

we need ・Script table as Insert with PK ・Script table as Insert with PK to clipboard

I need export script ex. SET IDENTITY_INSERT TableA OFF; INSERT INTO TableA ( [PK], [Column1], [Column2]) Values ..... SET IDENTITY_INSERT TableA ON;

when Identity PK only. do you need?

thank you best regards.

pacoweb commented 6 months ago

Added new option INSERT with SET IDENTITY ON #18 Versión 0.6.0

nakawankuma commented 5 months ago

Thank you for update. I'll use this new version.