Question for a huge database

Hello guys. I came up with a problem. I am writing a automation to a new client and the robot requires a huge database. BUT, I really need to keep it in a secret. What I mean is, that i cant show the database or leak the database to the client in any way of form. The database has almost 6 million rows and is needed for the automation to run correctly.

How should I act? What activities should i use to access the database, without risking for it to be leaked?

Hi!

Don’t log any information from the database in your process and enable the Private property in the execute query activity
Activities - Run Query

There might be other considerations, but that’s the absolute minimum I’d guess.

1 Like

Does your client have access to the UiPath process?

Thanks for the response. Im thinking that he wont have access, he will run it through UiPath Assistant

Ok, thanks for the response :slight_smile:

Will try this way :slight_smile: