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

Commit c0a48dc

Browse files
authored
Merge pull request #20282 from Matteo-T/patch-18
Clarification around user_sid column
2 parents e77ecbd + b75f759 commit c0a48dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-tables/dbo-sysproxies-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ms.author: chadam
3333
|**credential_id**|**int**|ID of the credential that the proxy account uses.|
3434
|**enabled**|**tinyint**|Status of the proxy account:<br /><br /> **0** = Disabled. **1** = Enabled.|
3535
|**description**|**nvarchar(512)**|Description that the user entered when the proxy account was created.|
36-
|**user_sid**|**varbinary(85)**|Microsoft Windows *security_identifier* of the user or group associated with the proxy credential.|
36+
|**user_sid**|**varbinary(85)**|Microsoft Windows *security_identifier* of the user or group associated with the proxy credential at the time the proxy is added. To ensure that you have the latest information (for example, after an `ALTER CREDENTIAL` command), run `sp_update_proxy` to refresh.|
3737
|**credential_date_created**|**datetime**|Date and time that the credential was created.|
3838

3939
## Remarks

0 commit comments

Comments
 (0)