mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:35:37 -05:00
* Checkpoint * removing flag for not creating subfolder * Adding Edge template * Removing janky map function * Adding templates for additional objects * Updating tests, fixing bug * Added Edge project icon * Updating strings to Drew-approved text * Cleaning up template scripts and Edge project template names
6 lines
128 B
SQL
6 lines
128 B
SQL
CREATE EXTERNAL STREAM [@@OBJECT_NAME@@] WITH
|
|
(
|
|
DATA_SOURCE = [@@DATA_SOURCE_NAME@@],
|
|
LOCATION = N'@@LOCATION@@'@@OPTIONS@@
|
|
)
|