f2s_mssql_conn_option_reset¶
Applies to: MS SQL
Syntax
f2s_mssql_conn_option_reset ALL | {option}
Parameter |
Description |
---|---|
option |
The connection option to clear |
Description
This command will clear any or all connections options that were set using f2s_mssql_conn_option_reset. Passing the keyword ALL will remove all custom set connection options while passing a string value will clear just that option passed for the next login call. Connection options that CANNOT be cleared: Database, Server, FailoverPartner, MarsConn, uid, pwd, Trusted_Connection, wsid, app, AutoTranslate, Timeout.
This command only supports SQL Server
Syntax
Examples
- f2s_mssql_conn_option_reset with no parameters
f2s_mssql_conn_option_reset "ApplicationIntent"
Related Commands
Replaces: Commands CLEAR_CONNECTION_OPTION