laiwei1986
Results
1
comments of
laiwei1986
You must add "tds_version '5.0'" in your "CREATE SERVER" Like this ``` CREATE SERVER mig_server FOREIGN DATA WRAPPER tds_fdw OPTIONS (servername '192.168.120.130',tds_version '5.0', port '5100'); ``` If you do not...