Other News

Community

NULL Column Analysis

(Leo Peysakhovich) As usually, most of my articles started with a specific task for my company. I am not looking for the article but the articles are finding me. Ones upon a time (starts like all those magic stories) I placed a question to myself – “How many columns in the corporate database are not

Community

Code Access Security and .NET

Just about everything has changed in one way or another in .NET, and security is no different. Before I worked at my current job, I had done a fair amount of .NET work but most of our stuff was done the old school way. We deployed to external customers exclusively, and used traditional install scr

Community

Clustering for Indexes

(James Koopmann) There is nothing spectacular about using indexes per say. However, on many occasions I have come across a variety of SQL coders that never consider validating that the index they think they are using is efficient or even being used at all. We can all put indexes on the columns that

Community

Checksum Transformation

(Darren Green) The Checksum Transformation computes a hash value, the checksum, across one or more columns, returning the result in the Checksum output column. The transformation provides functionality similar to the T-SQL CHECKSUM function, but is encapsulated within SQL Server Integration Services