Skip to content

Commit 82dbfed

Browse files
Merge pull request #2755 from MicrosoftDocs/main638954965745856955sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 4e4c41a + 7788106 commit 82dbfed

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)