Bulk insert in SQL using uipath

I need to insert bulk data to sql db by using UiPath

Please help me on this

@SURESH_P : You need to install “UiPath.Database.activities” package from Manage Package option, then you need to provide connection string to connect to your database, after that you can read the data to be inserted by using Read Range activity & then you can make use of activty “Bulk Insert” from database package to load all the records into SQL, Please find attached screenshot for reference:

Cheers !!! :slight_smile:

1 Like