File: script.sql

package info (click to toggle)
tds-fdw 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,080 kB
  • sloc: ansic: 5,402; sql: 581; python: 418; makefile: 23; sh: 1
file content (5 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (4)
1
2
3
4
5
CREATE EXTENSION tds_fdw;
CREATE SERVER mssql_svr
  FOREIGN DATA WRAPPER tds_fdw
  OPTIONS (servername 'localhost', port '1433', database 'test', tds_version '7.2', msg_handler 'blackhole');
-- newest supported TDS version on xenial is 7.2