Skip to content

Commit b024a2f

Browse files
committed
Add information about SQL script sessiond duration
1 parent 215d815 commit b024a2f

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)