Hey, I came across an issue with exporting data from export grid rows.
Unfortunately, I need to export large datasets, it can get 4,5M per 3 days and I paid attention it works really slowly in comparison with SQL Server (SQL Server saves data in csv files quickly, but I have no ability to use it for running on the database).
Is there any solution or can something be done? I don't have permissions to write it straight into a file from the query.
Thanks in advance.