Using Stored Procedures instead of Dynamic SQL

Applications that access SQL Server databases should make extensive if not exclusive use of stored procedures for any statement, from a very simple one-row select to a complex cascaded delete. Applications that paste together SQL statements are more difficult to manage and result in less secure databases than applications that exclusively use stored procedures.

George Petrov

George PetrovGeorge Petrov is a renowned software writer and developer whose extensive skills brought numerous extensions, articles and knowledge to the DMXzone- the online community for professional Adobe Dreamweaver users. The most popular for its over high-quality Dreamweaver extensions and templates.

George is also the founder of Wappler.io - the most Advanced Web & App Builder

See All Postings From George Petrov >>

Comments

Stored Procedures

May 2, 2001 by Rolf Herbert

How about some information on using Strored procedures and triggers within Ultradev and MySQL that has no native support for stored procedures but is a common installation on LINUX servers.

rolf

You must me logged in to write a comment.