Viewing 15 posts - 271 through 285 (of 692 total)
Mike,
No one said that the logic to determine whether or not the trader was qualified for a margin account wouldn't also be represented in the database. As a matter...
August 23, 2005 at 6:26 pm
Agreed... I think I'll go have some now. We have our Boston-area "geek dinner" tonight
http://nerddinner.com/blogs/boston/archive/2005/08/17/6816.aspx
August 23, 2005 at 4:06 pm
One of the main points of my talk is to implement encapsulation and think of stored procedures as black-box APIs
August 23, 2005 at 3:58 pm
Peter,
You going to be at PASS? We clearly need to have a beer
August 23, 2005 at 3:45 pm
It's not about trusting a team, or teamwork, or anything like that.
It's about the fact that we're all human. I don't trust developers, DBAs, management, or even myself, to...
August 23, 2005 at 3:40 pm
Do you trust the developers that will be working on the application next year?
Do you trust the outsourced developers that your company is going to hire in two years?
Do you...
August 23, 2005 at 3:22 pm
They're the same thing. A business rule is a data validation rule if the business is represented in the form of data.
Example: Client X has been approved for...
August 23, 2005 at 3:15 pm
I see no reason that your example would require more than one stored procedure. You should be able to encapsulate that logic -- somehow -- so that it's data-driven...
August 23, 2005 at 2:28 pm
Actually, that's exactly correct!
These rules are none of the application's business. The application shouldn't rely on them in any way (that is to say, the application should trust the...
August 23, 2005 at 1:55 pm
Buy more boxes. How much is your business worth if your data is trash?
August 23, 2005 at 1:47 pm
If your "business logic" is changing on an application-by-application basis, it is not business logic. It's application logic. Which does not belong in the database.
Business logic -- logic...
August 23, 2005 at 1:31 pm
Some of these issues can be addressed using TSQLMacro, a project I created a while ago:
http://www.datamanipulation.net/tsqlmacro
One specific group of problems I thought of is centralization of commonly-used bits of...
August 15, 2005 at 3:16 pm
Huh? Who needs to understand the game? Drink enough beers and it comes naturally... At least, that's how we do it in Boston
August 10, 2005 at 11:56 am
I agree with Steve, but I guess it could depend on your definition of "server." A server can mean either a physical computer ("the server"), or a piece of...
August 9, 2005 at 8:41 am
Can you talk about what you did to actually test the product? What kind of environment did you run it in? What results did you see?
August 5, 2005 at 9:16 am
Viewing 15 posts - 271 through 285 (of 692 total)