ALTER SERVER
Modify server definitions. Update connection information for external servers defined with CREATE SERVER, primarily used by the Federated engine.
Syntax
ALTER SERVER server_name
OPTIONS (option [, option] ...)Description
Examples
ALTER SERVER s OPTIONS (USER 'sally');See Also
Last updated
Was this helpful?

