You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're increasingly using foreign data wrappers to access one database from another. When we set this up, we will create a schema in the destination server and then import the foreign schema into it.
IMPORT FOREIGN SCHEMA <name of schema in src server> FROM SERVER <src server name> INTO <destination server's schema>;
This provider does not provision any facility to do this. Can it please?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We're increasingly using foreign data wrappers to access one database from another. When we set this up, we will create a schema in the destination server and then import the foreign schema into it.
IMPORT FOREIGN SCHEMA <name of schema in src server> FROM SERVER <src server name> INTO <destination server's schema>;
This provider does not provision any facility to do this. Can it please?
Beta Was this translation helpful? Give feedback.
All reactions