Forgot your password?
typodupeerror

Comment To SP or not to SP... (Score 1) 629

As usual the answer is probably: That depends... If it's a one off application against a database that was built by a programmer and it will only be used in the "one application one database" scenario, it probably doesn't matter too much.
If it's important data that will be accessed by multiple interfaces/applications it's probably better in the database (performance/maintainability/resuability/etc). I've seen very successful deployments where the only access to the data was through stored/procs. The developers were able to focus on the application and the user interface and didn't get bogged down in religious arguments about database design and data management (which they probably had less background/experience in anyway).

In the end the developers liked developing code that way. All they needed to know about the database was inputs and outputs.

Slashdot Top Deals

The reward for working hard is more hard work.

Working...