Author: SSWUG Research

Community

VB.NET and Recursion

(Dan Mabbutt) Recursion is a valuable programming technique and when a programming problem requires this technique, nothing else quite works. But there is a hidden trap in recursion that you need to know about: It can eat memory resources like nothing else. Here’s why.

Community

Top Ten SQL Performance Tips

(Sheryl M. Larsen) Structured Query Language (SQL) is the blessing and the curse of relational DBMSs. Since any data retrieved from a relational database requires SQL, this topic is relevant to anybody accessing a relational database; from the end user to the developer to the DBA. When efficient SQ