Se connecter à un Microsoft SQL Server avec l'authentification Windows
- Dernière mise à jour2022/05/20
Configurez votre appareil et l'action Connecter depuis le package Database pour automatiser la connexion à un Microsoft SQL Server en utilisant l'authentification Windows NT.
Cette tâche s'applique uniquement aux versions antérieures à Build 9664. À partir de Build 9664, vous n'avez plus besoin d'ajouter manuellement des fichiers DLL pour vous connecter à un Microsoft SQL Server.
Procédure
Pour utiliser l'authentification Windows NT pour vous connecter au Microsoft SQL Server, effectuez les étapes suivantes :
Étapes suivantes
- 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.