ALTER FOREIGN SERVER | Teradata Connector | QueryGrid - ALTER FOREIGN SERVER - Teradata QueryGrid

QueryGridâ„¢ Installation and User Guide - 3.06

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata QueryGrid
Release Number
3.06
Published
December 2024
ft:locale
en-US
ft:lastEdition
2024-12-07
dita:mapPath
ndp1726122159943.ditamap
dita:ditavalPath
ft:empty
dita:id
lxg1591800469257
lifecycle
latest
Product Category
Analytical Ecosystem

Purpose

Modifies the parameters of an existing server object.

Syntax

ALTER FOREIGN SERVER server_name
  [ EXTERNAL SECURITY [ INVOKER | DEFINER ] TRUSTED authorization_name ]
  [ modify_options | drop_options ][,...] [;]

Syntax Elements

modify_options
ADD {
  name (value) [...] |

  { IMPORT | EXPORT }
    { USING name (value) [...] | 
      WITH operator_name  [ USING name (value) [...] ]
    }
}
drop_options
DROP {
  name [...] |
  { IMPORT | EXPORT } [ USING name [...] ]
}