Jump to content

"Stored procedures are evil"


Adam

Recommended Posts

When I was coding in .NET Studio with SQL Server, they were a god send for the C# / ASP applications we were working on. Also when I used them in Oracle for an old database to pull up reports they were pretty awesome.

 

It all depends on how you need to use them. I have never used them in MySQL, so I cannot vouch for that.

I pretty much agree with most of the points. Just about only reason I use them is performance. I also use triggers to enforce non trivial data constraints.

 

Still, I wouldn't go as far as calling them evil. They're but a tool and it's up to a developer to use it wisely.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.