Author: SSWUG Research

Community

Validating ASP.NET Query Strings

(Dino Esposito) For years, classic ASP developers implemented page authentication by inserting some generic code at the top of each page that would grab user credentials, attach a cookie, and redirect. All that repetitive code was swept away by the ASP.NET HTTP modules for authentication. As a resul

Community

SQL 2005 Maintenance Wizard Part 2

(Don Schlichting) SQL 2005 includes a graphical tool called the Maintenance Plan Wizard that can be used to create database optimization and integrity checking packages. Some of the tasks the Maintenance Plan Wizard can orchestrate include backing up the database, reorganizing data and index files,