Skip to content

Commit 62a40a0

Browse files
Merge pull request #245728 from goventur/goventur/synapse-sql-script-sessions
Add information about SQL script session duration
2 parents abf5c8b + b024a2f commit 62a40a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/synapse-analytics/sql/author-sql-script.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Select the **Run** button to execute your SQL script. The results are displayed
4141

4242
![new sql script results table](media/author-sql-script/new-sql-script-results-table.png)
4343

44+
Synapse Studio creates a new session for each SQL script execution. Once a SQL script execution completes, the session is automatically closed.
45+
46+
Temporary tables are only visible to the session in which they were created and are automatically dropped when the session closes.
47+
4448
## Export your results
4549

4650
You can export the results to your local storage in different formats (including CSV, Excel, JSON, XML) by selecting "Export results" and choosing the extension.

0 commit comments

Comments
 (0)