Conectarse a un Microsoft SQL Server con autenticación de Windows
- Última actualización2022/05/20
Configure su dispositivo y la action Conectar desde el package Database para automatizar la conexión a un Microsoft SQL Server con autenticación de Windows NT.
Esta tarea solo es aplicable a las versiones anteriores a Build 9664. A partir de Build 9664, ya no es necesario añadir manualmente los archivos DLL para conectarse al Microsoft SQL Server.
Procedimiento
Para utilizar la autenticación de Windows NT para conectarse al Microsoft SQL Server realice los siguientes pasos:
Qué hacer a continuación
- 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.