Author: SSWUG Research

Community

XQuery, the Server Language

(Kurt Cagle) Over the years, I’ve had the chance to program in a lot of different server-side scripting languages–C, Perl, ASP, JSP, PHP, ASP.NET, Python, Ruby, among others. It seems every few years that we programmers decide that we’re bored with the current language and would like to try somethi

Community

SQL Server Management Objects

(John Papa) Not only must database developers query and manipulate data, but they must also perform administrative tasks on a regular basis. SQL Server™ Management Objects (SMO) offer developers a robust toolset for operations such as backing up and restoring databases, and issuing Data Definition L

Community

Improving the MySQL Test Framework

(Charles Cahoon) In my last post I reviewed how to create a test case using multiple connections and it is quickly apparent that keeping track of concurrent connections within test cases is difficult and error prone. Creating a tool to make test case writing easier and more automated is the goal of