Author: SSWUG Research

Community

Getting Loopy

by Bob DuCharme – Programming languages use loops to execute an action or series of actions multiple times. After performing the last action of such a series, the program "loops" back up to the first one. It may repeat these actions a specific number of times—for example, five times or thirt

Community

Stored Procedures

The use of stored procedures is the one area where the Command object comes into its own. A stored procedure (or stored query as it’s sometimes called) is a predefined SQL query stored on the database. So why should we create and use a stored procedure instead of just creating a SQL string on the fl