skip to main content
Part 2: The 32-Bit/64-Bit Drivers : The SQL Server Legacy Wire Protocol Driver : Connection Option Descriptions : Use NT Authentication
  
Use NT Authentication
Attribute
Trusted_Connection
Purpose
Specifies that the SQL Server Legacy Wire Protocol driver request a secure (or trusted) connection to Microsoft SQL Server.
Valid Values
0 | 1
Behavior
When set to 1 (Enabled), Microsoft SQL Server uses integrated login security to establish connections using this data source, regardless of the current login security mode at the server. Any login ID or password supplied is ignored. The Microsoft SQL Server system administrator must have associated your Windows network ID with a Microsoft SQL Server login ID.
When set to 0 (Disabled), Microsoft SQL Server uses standard login security to establish connections using this data source. In this case, you must specify a login ID and password for all connection requests.
Default
0 (Disabled)
GUI Tab
Advanced tab