--- title: "sys.dm_pdw_network_credentials (Transact-SQL) | Microsoft Docs" ms.custom: "" ms.date: "03/07/2017" ms.prod: sql ms.technology: data-warehouse ms.reviewer: "" ms.topic: "language-reference" dev_langs: - "TSQL" ms.assetid: d4fee3ad-6285-4ea5-8513-5e6eb617abb0 author: stevestein ms.author: sstein monikerRange: ">= aps-pdw-2016 || = sqlallproducts-allversions" --- # sys.dm_pdw_network_credentials (Transact-SQL) [!INCLUDE[tsql-appliesto-xxxxxx-xxxx-xxxx-pdw-md](../../includes/tsql-appliesto-xxxxxx-xxxx-xxxx-pdw-md.md)] Returns a list of all network credentials stored in the [!INCLUDE[ssPDW](../../includes/sspdw-md.md)] appliance for all target servers. Results are listed for the Control node, and every Compute node. |Column Name|Data Type|Description| |-----------------|---------------|-----------------| |pdw_node_id|**int**|Unique numeric id associated with the node.| |target_server_name|**nvarchar(32)**|IP address of the target server that [!INCLUDE[ssPDW](../../includes/sspdw-md.md)] will access by using the username and password credentials.| |username|**nvarchar(32)**|Username for which the password is stored.| |last_modified|**datetime**|Datetime of the last operation that modified the credential.| ## Permissions Requires VIEW SERVER STATE. ## General Remarks The key for this dynamic management view is *pdw_node_id* plus *target_server_name*. ## See Also [SQL Data Warehouse and Parallel Data Warehouse Dynamic Management Views (Transact-SQL)](../../relational-databases/system-dynamic-management-views/sql-and-parallel-data-warehouse-dynamic-management-views.md)