Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 How to process data

Author  Topic 

btrimpop
Posting Yak Master

214 Posts

Posted - 2001-01-31 : 17:03:25
The company I work for is building a Web app using a ColdFusion server accessing MSSQL 7.0 databases. The app is going to have to do some serious processing on the data. The question has arisen as to the best approach to take to do this procesisng. Do the processing on the DB server with stored procedures or off load the processing to ???? and the write the data back once it's crunched. Any suggestions as to the best approach?

The amount of time the processing takes is a big consideration and the volume of data is going to be very large.

Thanks in advance

   

- Advertisement -