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
 General SQL Server Forums
 Database Design and Application Architecture
 Should business logic be in database -Programming

Author  Topic 

meenxip
Starting Member

4 Posts

Posted - 2011-10-19 : 07:17:05
Hello,
I have point on which i need your openion...

If i have database, and there is business logic. The portion of business logic which i can easily do by database programming, since the supported data is in the database itself.

In this case, is there any rule or better approach that my business logic implementation should in database programming i.e. using Stored procedures or UDF. Or the better approach is do front end coding.

Which is better option, and Why.
I need to get clear on this.

Thanks
Meenxip

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2011-10-19 : 07:30:23
Instead of starting a new thread about this I would do a search on the web because this topic has been discussed many many times.
So see here for example:
http://stackoverflow.com/questions/2505849/pros-and-cons-on-where-to-place-business-logic-app-level-or-db

Maybe you will find your answers...



No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page
   

- Advertisement -