Ócáid
Mar 31, 11 PM - Apr 2, 11 PM
An ócáid foghlama SQL, Fabric and Power BI is mó. Márta 31 – 2 Aibreán. Bain úsáid as cód FABINSIDER chun $ 400 a shábháil.
Cláraigh inniuNí thacaítear leis an mbrabhsálaí seo a thuilleadh.
Uasghrádú go Microsoft Edge chun leas a bhaint as na gnéithe is déanaí, nuashonruithe slándála, agus tacaíocht theicniúil.
TransparentNetworkIPResolution is a revision of the existing MultiSubnetFailover feature, available starting with Microsoft ODBC Driver 13.1 for SQL Server, that affects the connection sequence of the driver in the case where the first resolved IP of the hostname does not respond and there are multiple IPs associated with the hostname. It interacts with MultiSubnetFailover to provide the following three connection sequences:
TransparentNetworkIPResolution | MultiSubnetFailover | Behavior |
---|---|---|
(default) | (default) | 0 |
(default) | Enabled | 1 |
(default) | Disabled | 0 |
Enabled | (default) | 0 |
Enabled | Enabled | 1 |
Enabled | Disabled | 0 |
Disabled | (default) | 2 |
Disabled | Enabled | 1 |
Disabled | Disabled | 2 |
The TransparentNetworkIPResolution
connection string and DSN keyword controls this setting at the connection-string level. The default is enabled.
Keyword | Values | Default |
---|---|---|
TransparentNetworkIPResolution |
Enabled , Disabled |
Enabled |
The SQL_COPT_SS_TNIR
pre-connection attribute allows an application to control this setting programmatically:
Connection Attribute | Size/Type | Default | Value | Description |
---|---|---|---|---|
SQL_COPT_SS_TNIR (1249) |
SQL_IS_INTEGER or SQL_IS_UINTEGER |
SQL_IS_ON (1), SQL_IS_OFF (0) |
SQL_IS_ON |
Enables or disables TNIR. |
Ócáid
Mar 31, 11 PM - Apr 2, 11 PM
An ócáid foghlama SQL, Fabric and Power BI is mó. Márta 31 – 2 Aibreán. Bain úsáid as cód FABINSIDER chun $ 400 a shábháil.
Cláraigh inniuOiliúint
Modúl
Intro to Azure DNS Private Resolver - Training
learn about Azure DNS Private Resolver and how to use it to resolve DNS queries from on-premises to cloud.
Doiciméadúchán
Connection resiliency - ODBC Driver for SQL Server
Connection resiliency can transparently restore broken connections. This feature improves application behavior when the server closes idle connections.
Using connection string keywords - SQL Server Native Client
Some SQL Server Native Client APIs use connection strings to specify connection attributes. Connection strings are keyword/value pairs.
Using Integrated Authentication - ODBC Driver for SQL Server
The Microsoft ODBC Driver for SQL Server on Linux and macOS supports connections that use Kerberos integrated authentication.