Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 495 Bytes

UserMappingCreation.md

File metadata and controls

31 lines (19 loc) · 495 Bytes

TDS Foreign data wrapper

  • Author: Geoff Montee
  • Name: tds_fdw
  • File: tds_fdw/UserMappingCreation.md

Creating a User Mapping

Options

User mapping parameters accepted:

  • username

Required: Yes

The username of the account on the foreign server.

  • password

Required: Yes

The password of the account on the foreign server.

Example

CREATE USER MAPPING FOR postgres
	SERVER mssql_svr 
	OPTIONS (username 'sa', password '');