ecirpnaes / SimpleDataScripter

Azure Data Studio Extension: Scripts table data
MIT License
69 stars 15 forks source link

Use Table Value constructor instead of Temp table #29

Open philcart opened 2 years ago

philcart commented 2 years ago

Consider using Table Value Constructor instead of SELECT with UNION ALL.

Docs available here https://docs.microsoft.com/en-us/sql/t-sql/queries/table-value-constructor-transact-sql?view=sql-server-ver15