diff --git a/docs/markdown/authoritative/backend-godbc.md b/docs/markdown/authoritative/backend-godbc.md index aff5792b99d3..9966ef3df8c9 100644 --- a/docs/markdown/authoritative/backend-godbc.md +++ b/docs/markdown/authoritative/backend-godbc.md @@ -88,6 +88,11 @@ For convenience, a schema for MS SQL Server has been created: Load this into the database as follows: `isql pdns1 USERNAME PASSWORD < schema.mssql.sql`. +## Loading records into the database +Loading records is the same as with any SQL backend, just add them +using SQL-queries. Should you want to use [`zone2sql`](migration.md#zone2sql), +use the `--sqlite` option for correctly formatted SQL. + ## Configuring PowerDNS Add the options required to your `pdns.conf`: @@ -104,3 +109,6 @@ records to the database. ## Possible issues It might be that you need to compile FreeTDS with the `--tds-version=7.1` to connect to SQL Server. + +When connecting to a database hosted with Microsoft Azure, FreeTDS must be +compiled with OpenSSL, use the `--with-openssl` configure flag.