S
Simon Harvey
Hi,
I'm, wondering about what the best way to approach the following problem is:
I have a an application that has a list of users whose data needs updated in
a database (SQL Server).
Now, the only way I currerntly know how to do this update is to either
repeatedly execute an SQL string or repeatedly call a storedprocedure,
changing the data as I go through the list of users.
These two options dont seem to be very efficient so I was wondering if there
was an easier/more effective way to tackle this problem?
Is there a way you can just execute a big batch without having to constantly
keep executing the sp or statement over and over again?
Thanks to anyone who can offer advice on this
Kind regards
Simon
I'm, wondering about what the best way to approach the following problem is:
I have a an application that has a list of users whose data needs updated in
a database (SQL Server).
Now, the only way I currerntly know how to do this update is to either
repeatedly execute an SQL string or repeatedly call a storedprocedure,
changing the data as I go through the list of users.
These two options dont seem to be very efficient so I was wondering if there
was an easier/more effective way to tackle this problem?
Is there a way you can just execute a big batch without having to constantly
keep executing the sp or statement over and over again?
Thanks to anyone who can offer advice on this
Kind regards
Simon