Ed Giardina's .NET Blog

Blogging about Hobbyist Adventures in C#, XNA, ASP.NET and other stuff

Browse by Tags

All Tags » .NET transposition Crystal SQL (RSS)
Sorry, but there are no more tags available to filter with.
Data Transposition: In Datastore or in Application Layer?
One of the tasks I'm often given is to take a simple data model, like a SQL Server 2000 View, and render the data transposed in a certain way (rows made into columns, weird grouping operations, etc). Most of the data sets I work with contain a LARGE amount...