Getting this error while executing SQL Execute query which has so many data. Is this error because of too much data ?
1 Like
Is the query taking long? And can you first try to use a simple query on small table and check if it is working. If so then mostly the issue might be because of number of rows… you can restrict the numner of rows that are being retrieved to make it work. But first check with a simple query if your aetupis proper
Cheers
1 Like
Hi,
It is working with other queries. Also It worked for the first time and then i don’t know what happened. But Looks like because of data rows.
But I want all of them in my data table and want to put on Excel file. So, I can’t break it.
1 Like
2 Likes