Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 2bd6521

Browse files
additions
1 parent 522d418 commit 2bd6521

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

docs/relational-databases/system-stored-procedures/sp-external-policy-refresh-transact-sql.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ dev_langs:
2020

2121
[!INCLUDE [sqlserver2022](../../includes/applies-to-version/sqlserver2022-asdb.md)]
2222

23-
Force immediate download of latest published policies.
23+
Forces immediate download of latest published policies for the whole instance (for every database).
24+
25+
> [!NOTE]
26+
> If there are any ongoing pull requests by the background task or by another user, the request waits until the former task is finished and starts a new pull. – This ensures that the result of calling this proc explicitly always results in a refreshed cache.
2427
2528
## Syntax
2629

@@ -44,11 +47,11 @@ sp_external_policy_refresh [ @type = ] 'type'
4447
The following example downloads complete set of policies.
4548

4649
```
47-
EXEC sp_external_policy_refresh reload
50+
EXEC sp_external_policy_refresh @type = 'reload'
4851
```
4952

5053
### B. Incremental policy refresh
51-
The following example downloads incremental policy.
54+
The following example downloads policies incrementally by using the default type 'update'.
5255

5356
```
5457
EXEC sp_external_policy_refresh
@@ -57,4 +60,4 @@ EXEC sp_external_policy_refresh
5760
## See also
5861

5962
- [Provision access by data owner for Azure SQL Database](/azure/purview/how-to-policies-data-owner-azure-sql-db)
60-
- [Provision access by data owner for SQL Server on Azure Arc-enabled servers](/azure/purview/how-to-policies-data-owner-arc-sql-server)
63+
- [Provision access by data owner for SQL Server on Azure Arc-enabled servers](/azure/purview/how-to-policies-data-owner-arc-sql-server)

0 commit comments

Comments
 (0)