I have an Excel file with 10 records. These records are getting updated into a SQL Server database using an AJAX call. This is working fine.
However, when the number of records increases to 100, I get an error
Alert message “an error has occurred “
We are testing this feature, by keeping the database in RDS.
My question is, is there any ways to increase the number of connection in both the cases (SQL Server database in EC2 and SQL Server RDS)? Is it we can increase the number of connections then it will process more numbers of records? What is your suggestion on this? Also, how can I increase the numbers of connection in both these cases? Is there any option in database parameter group for such scenario?
Please let me know. Thanks.