Windows 認証を使用した Microsoft SQL Server への接続
- 最終更新日2022/05/20
Database package からデバイスと [接続] action を構成し、Windows NT 認証を使用して Microsoft SQL Server への接続を自動化します。
このタスクは、Build 9664 より前のリリースにのみ適用されます。 Build 9664 からは、Microsoft SQL Server に接続するために DLL ファイルを手動で追加する必要がなくなりました。
手順
Microsoft SQL Server への接続に Windows NT 認証を使用するには、次の手順を実行します。
次のステップ
- 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.