vault backup: 2023-11-06 08:55:56

This commit is contained in:
Paul Trowbridge 2023-11-06 08:55:56 -05:00
parent 8935f63123
commit 1143e5a8a4
1 changed files with 2 additions and 0 deletions

2
tds.md
View File

@ -51,3 +51,5 @@ CREATE FOREIGN TABLE pricequote.pl (
SERVER usmidsql01 OPTIONS (table_name 'fanalysis.rlarp.pl')
```
to link in fanalysisp
CREATE SERVER usmidsql01_fanalysisp FOREIGN DATA WRAPPER tds_fdw OPTIONS (servername 'usmidsql01', port '1433', database 'fanalysisp', tds_version '7.1');