Skip to content

Commit 7788106

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/dataexplorer-docs-pr (branch live)
2 parents 4e4c41a + 8b916c4 commit 7788106

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data-explorer/kusto/management/execute-database-script.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ Executes a batch of management commands in the scope of a single database.
1515
> Select the full command text before running it. Otherwise, it stops at the first empty line in the script.
1616
1717
> [!TIP]
18-
> By default, the `.execute database script` command always succeeds. If you want the command to fail when one of the commands in the script fails, run the command with the `ThrowOnErrors` property set to `True`. For example: `.execute database script with (ThrowOnErrors=true)`.
18+
> By default, the `.execute database script` command always succeeds. If you want the command to fail when one of the commands in the script fails, run the command with the `ThrowOnErrors` property set to `True`
19+
>
20+
> `.execute database script with (ThrowOnErrors=true)`.
1921
2022
## Permissions
2123

0 commit comments

Comments
 (0)