SQL Stored Procedures
These procedures could automate any database process such as updates or deletes. They can be converted to web services without any code. As a design, you may choose to enable your functionality only via stored procedures, that way you gain an extra layer of protection.
|