473,379 Members | 1,222 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Backend Processing .NET Vs. SQL

Hi

I need to run backend jobs that run daily/monthly and
perform tasks ranging from setting the status on an
expired policy to more complex period end preium earnings
computations. Is it best to do these using SQL/DTS or use
middle tier .Net objects ? What are some design
consideration in choosing one over the other ?

Thanks,

Venkatesh
Jul 21 '05 #1
3 1380

well it is more Number/data crunching? or do you need to use other
resources such as the files system for moving data files around?

if pure numer data then use SQL.

if data importing then use DTS

if business processing then use .NET

just some simple points... although this will really depend on your task

"Venkatesh" <an*******@discussions.microsoft.com> wrote in message
news:10*****************************@phx.gbl...
Hi

I need to run backend jobs that run daily/monthly and
perform tasks ranging from setting the status on an
expired policy to more complex period end preium earnings
computations. Is it best to do these using SQL/DTS or use
middle tier .Net objects ? What are some design
consideration in choosing one over the other ?

Thanks,

Venkatesh

Jul 21 '05 #2
If you need to do complex processing, then you should use .NET instead of SQL/DTS. I think it's more flexible using .NET especially when you have all of your business logic done in .NET already

Tu-Thac

----- Venkatesh wrote: ----

H

I need to run backend jobs that run daily/monthly and
perform tasks ranging from setting the status on an
expired policy to more complex period end preium earnings
computations. Is it best to do these using SQL/DTS or use
middle tier .Net objects ? What are some design
consideration in choosing one over the other

Thanks

Venkates

Jul 21 '05 #3
I would suggest doing as much as possible in SQL server, but I guess it's kind of a personal preference

By using SQL, you can schedule the jobs to run in off-hours and not have to rely on a PC to kick off the job (assuming your SQL server is always running/has better uptime than your PCs)

Also, I try to go by the rule that (generally) the fewer layers in an application, the better. Running the majority of your code on SQL means you have less network traffic, especially if some of your more in-depth functions need a lot of data to be calculated

If you need a more visualally appealing solution, you could try running most of the calculations in SQL, then writing the products to temporary tables, then have your Win/Web app pull only the final results from the temporary tables for formatting purposes.
Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Krishna Prasad | last post by:
Hello, I am in the process of designing the following kind of system -- A MySQL database holds hundreds of thousands of entries. All of these entries are periodically processed by a set of...
1
by: batham | last post by:
Gurus, I have a mainpage.aspx webform, in the page load of this page I am displaying a text "Please wait connecting..." and then I want the user to see this output on the WebForm, while I do...
1
by: batham | last post by:
Gurus, I have a mainpage.aspx webform, in the page load of this page I am displaying a text "Please wait connecting..." and then I want the user to see this output on the WebForm, while I do...
1
by: batham | last post by:
Gurus, I have a mainpage.aspx webform, in the page load of this page I am displaying a text "Please wait connecting..." and then I want the user to see this output on the WebForm, while I do...
1
by: batham | last post by:
Gurus, I have a mainpage.aspx webform, in the page load of this page I am displaying a text "Please wait connecting..." and then I want the user to see this output on the WebForm, while I do...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.