Other News

Editorials

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 […]

Uncategorized

Compliance, Even If You Are Not REQUIRED To?

The Weekly SQL Server Show – Watch Now The current show is an interview with Kim Tripp and Paul Randal. We got together at DevConnections in Las Vegas and talked about everything from the famous board game to SQL Server 2008. > Watch Here Browser-Based Compare, Synchronize and Audit Tool This is pretty cool – this tool will compare and […]

Community

Linked List

(Jim Mischel) A linked list is a fundamental data structure that is often used to implement other data structures. The traditional linked list consists of a sequence of nodes, each of which contains arbitrary data fields and two additional references: links to the previous and next nodes in the list

Community

HTML V5 and XHTML V2

(Adriaan de Jonge) While the intention of both HTML V5 and XHTML V2 is to improve on the existing versions, the approaches the developers chose to make those improvements is very different. And with differing philosophies come distinct results. For the first time in many years, the direction of upco