Link to home
Start Free TrialLog in
Avatar of Phil5780
Phil5780

asked on

Specific SQL Procedures

I'm designing a new high volume database from scratch and was planning to have very specific SQL stored procedures.  I want lean logic that a particular application (ASPX) section or two will own.  The idea is to get away from these jack-of-all-trades procedures.  How will using many smaller procs affect performance? (We have a large number of concurrent users...250+ per minute connecting)
ASKER CERTIFIED SOLUTION
Avatar of chapmandew
chapmandew
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Phil5780
Phil5780

ASKER

Great, thats what I had been thinking to do.  Thanks for the input:)