Author: SSWUG Research

Community

PHP Functions

(Jacques Noah) If you’re looking for a way to save time when you program, look no further. Creating functions lets you reuse code that you’ve used before without having to rewrite the whole thing. Keep reading to learn how.

Community

MS SQL Joins Part 2

(Don Schlichting) In Part 1 of this series, the purposes and reasons for using Joins were explored. The advantages and disadvantages of Joins were also discussed. The conclusion was that SQL Server transactions will perform well when the database is designed with multiple related tables, as opposed