I was reading a little tgdaily today and I found an article about a new iPhone app that may be showing up in the app store in the near future. The new application is called Trapster and it’s a “social-networking speed trap warning website.”
I know what you’re asking. Well, I don’t actually know [...]
Most of the programming and architecture work I do is in the human resources space. I write software for paperless onboarding and acculturation, personell change management, background checks and verification services, new employee requisitioning, and the like. As you can imagine, I spend a great deal of time and effort integrating with human [...]
Cory Isaacson explains how Software Pipelines architecture enables you to easily scale your application to any size, maximize your resources, and best of all, do all this and still maintain critical business transaction and integrity requirements.
CREATE PROCEDURE [TOPS].[UnpivotTable]
(
@tableName AS VARCHAR(512),
@whereClause AS VARCHAR(2000) = NULL,
@commonColumns AS VARCHAR(2000) = NULL
) AS
-- ==========================================================
-- Author: Patrick Caldwell
-- Create date: 2007/12/19
-- Description: this procedure unpivots data in a table
-- [...]