Herstellen einer Verbindung zu Microsoft SQL Server mit Windows-Authentifizierung
- Zuletzt aktualisiert2022/05/20
Konfigurieren Sie Ihr Gerät und die action „Verbinden“ über das Database-package, um die Verbindung zu einem Microsoft SQL Server mit Windows NT-Authentifizierung zu automatisieren.
Diese Aufgabe gilt nur für Versionen vor Build 9664. Ab Build 9664 müssen Sie DLL-Dateien nicht mehr manuell hinzufügen, um eine Verbindung zum Microsoft SQL Server herzustellen.
Prozedur
Gehen Sie wie folgt vor, um die Windows NT-Authentifizierung für die Verbindung mit Microsoft SQL Server zu verwenden:
Nächste Maßnahme
- Use the Read from action to retrieve records from the database.
- If you are automating a task that involves making changes to the database,
insert the Begin database transaction
action.
This action ensures that all records are updated or deleted in their entirety, and prevents accidental updates or deletions of incomplete data if the bot encounters an error during run time.