Other News

Editorials

Virtual SQL Server Conference Site Live Now

New SQLonCall Show Posted Mock Interview, Part I. Go through the interview process, questions, answers and interpreting the responses. Find out how you can approach the interview, from both the interviewer and interviewee standpoint. > Watch The Show Here Featured Article(s) Troubleshooting SQL Server 2005 Merge Replication (Part 3) In this article, Alexander Chigrik explains some problems that you can […]

Uncategorized

Security and Distraction with SQL Server

Featured Article(s) Dynamic TSQL pivoting procedure The following TSQL Stored procedure simplified the usage of the PIVOT operator presented in SQL SERVER 2005. it accepts parameters for the pivoted column, the aggregate function, the group column and the group column values range It constructs the PIVOT statement and executes it dynamically using EXEC function Managing Change with SQL Server We’ll […]

Community

New Data Types in DB2 9 for z/OS

(Craig S. Mullins) DB2 9 for z/OS offers a plethora of new features, but sometimes what seems like one of the more mundane new features can actually be quite beneficial. Such is the case with data types. DB2 9 for z/OS offers five new data types, so let’s examine each of them in a little detail.

Community

Basic XML Syntax

XML is a language that was developed for a very specific purpose. The purpose of XML is to provide a compliment to HTML and therefore allow you to store your data outside of the actual HTML document. As you get more advanced in your programming, you will realize that there are times when this can be

Community

Maximize Productivity With ASP.NET

(Dan Wahlin) Microsoft’s release of the .NET Framework and ASP.NET in 2002 sparked a revolution in Web development, making it possible to create event-driven, compiled, and object-oriented Web applications rapidly. If you use ASP.NET, you no doubt appreciate its power and are eager to know what the