- TalkBack 12 of 34:
- Next »
- « Previous
- Thread View
- Flat View
- Maybe for small applications
-
But consider a scenario where dozens of applications, websites, and batch jobs use a single database to share information. Then you need to add new fields or rearrange tables inside of the database for a new feature. Better yet, one of your dynamic queries contains a mistake. Redeploying all the applications (making sure no one is using an older version), and identifying all instances of the query would be a nightmare.
As a second issue, having dynamic queries (unless done carefully which it seems almost never is) highly increases your likelihood of SQL injection attacks. Using parameterized stored procedures will help reduce the possibility of attack.
In a scenario where a client application directly communicates with a SQL server (yes this is poor design) someone could easily modify the dynamic queries inside of the application unless you've used some sort of string encryption.
Finally (especially in the case of larger environments) you do not want developers writing their own queries. Poorly written queries can ravage a database's performance. It's better to have a database architect design the stored procedures for developers to use rather than give developers who may be trained in using databases but not trained in designing databases free reign. - Posted by: Yensi717 Posted on: 10/31/05 You are currently: a Guest | Members login | Terms of Use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
What do you think?
SponsoredWhite Papers, Webcasts, and Downloads
- Three Steps You Need to Know to Stop Data Loss Varonis Sensitive data exposed to misuse or loss... it is the stuff of nightmares ... Download Now
- Reducing Server Total Cost of Ownership with VMware Virtualization Software VMware VMware virtualization enables customers to reduce their server TCO and ... Download Now
- Key Strategies for Federal Agencies - Safe and Cost Effective Migration for Legacy Hardware GovConnection The federal government has mandated that federal agencies reduce energy ... Download Now
Premier Vendor Content Whitepapers, webcasts & resources from our Power Center Sponsors
- Keep Up With The Latest In Document Management with The DocuMentor.
-
Doc delivers the scoop on today's enterprise content management, printer maintenance, and all other issues related to document management. It's the DocuMentor Blog.
- Learn more >>
- New Online Dashboard for IT Leaders
-
Read about top issues IT decision-makers face every day, plus get cost-effective solutions to real-life IT problems.
- Learn more >>
- Reduce risk. Reduce complexity. Increase reliability.
-
A simplified IT environment isn't just less complex. It's also more reliable. Standardize on a single Linux platform with SUSE Linux Enterprise from Novell, and get the world's most interoperable Linux
- Learn more >>
Enterprise Applications
- Check out some of the easiest and most powerful ways to boost productivity while saving money on your application infrastructure. See ZDNet's comprehensive Enterprise Application resource center, now!
- New Online Dashboard
- Read about top issues IT decision-makers face every day, plus get cost effective solutions to real life IT problems. Oracle Topline






