Skip to content

Commit fe40c9c

Browse files
authored
Fixes MicrosoftDocs/sql-docs#3363
1 parent ec555e6 commit fe40c9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-catalog-views/sys-sql-logins-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||>=sql-server-2016||=sqlallpr
3333
|**is_expiration_checked**|**bit**|Password expiration is checked.|
3434
|**password_hash**|**varbinary(256)**|Hash of SQL login password. Beginning with [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)], stored password information is calculated using SHA-512 of the salted password.|
3535

36-
For a list of columns that this view inherits, see [sys.server_principals (Transact-SQL)](../../relational-databases/system-catalog-views/sys-server-principals-transact-sql.md).
36+
For a list of columns that this view inherits, see [sys.server_principals (Transact-SQL)](../../relational-databases/system-catalog-views/sys-server-principals-transact-sql.md). The columns `owning_principal_id` and `is_fixed_role` is not inherited from sys.server_principals.
3737

3838
## Remarks
3939
To view both [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] authentication logins and Windows authentication logins, see [sys.server_principals (Transact-SQL)](../../relational-databases/system-catalog-views/sys-server-principals-transact-sql.md).

0 commit comments

Comments
 (0)