> For the complete documentation index, see [llms.txt](https://help.airport.software/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.airport.software/installation/server/datenbank-server.md).

# Datenbank-Server

Es kommt der Microsoft SQL Server als Datenbank-Server zum Einsatz. Hierbei werden die SQL Server-Versionen 2019 und 2022 unterstützt, wobei neue Installationen nur noch mit der Version 2022 erfolgen sollten. Andere SQL Server-Versionen sind nur nach Absprache mit airport-software zu verwenden.

Die lizenzkostenfreie Express-Version ist für den Betrieb der Verwaltungssoftware ausreichend.

## Installation

Es ist zunächst der SQL Server als neue Instanz (Instanzname: AIRPORT) zu installieren. Die Installation kann mit den Standard-Vorgaben erfolgen.

Anschließend wird das SQL Server Management Studion (SSMS, separater Download) installiert.

## Authentifizierung

Es wird die SQL Server-Authentifizierung eingesetzt, die im SQL Server in den Server-Eigenschaften zu aktivieren ist. Damit diese Änderung wirksam wird, muss der SQL Server-Dienst neu gestartet werden.

Benutzer- und Berechtigungsdaten sind mit airport-software abzustimmen.

## Netzwerk-Protokolle

Im SQL Server Konfigurationsmanager in der Netzwerkkonfiguration ist das TCP/IP-Protokoll zu aktivieren. Standardmäßig erfolgt die Kommunikation auf Port 1433. Sollte dieser Port bereits durch einen anderen Dienst belegt sein, kann auch ein anderer Port genutzt werden. Der Port ist im Connection-String in der Airport.ini auf dem [Airport-Netzlaufwerk](/installation/uberblick/definitionen.md#airport-netzlaufwerk) entsprechend festzulegen.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.airport.software/installation/server/datenbank-server.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
