Avatar of Monica P
Monica PFlag for India

asked on 

Performance Tuning

I have a grid with load of 1000 's of records
and i need to send the 1000's of records to Database for some update operation.
For this case what would be the best way to handle this scenario?


Thanks ......
ASP.NET

Avatar of undefined
Last Comment
Ryan Chong
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of Avodah
Avodah
Flag of United Kingdom of Great Britain and Northern Ireland image

Without more specific information I am assuming that you want to avoid a loop what call a stored procedure or the likes to update each record one at a time. I would then suggest that you can use a stored procedure that takes the data to be updated and parse within the stored procedure and transfer the loop there. This reduces the overhead of continuous calling the stored procedure.
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

do you need further assistance here?
ASP.NET
ASP.NET

The successor to Active Server Pages, ASP.NET websites utilize the .NET framework to produce dynamic, data and content-driven web applications and services. ASP.NET code can be written using any .NET supported language. As of 2009, ASP.NET can also apply the Model-View-Controller (MVC) pattern to web applications

128K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo