News

I am working on a project that requires moving data from a large un-normalized access database to a new well constructed sql server database. I've already gone about moving the access db to Sql Server ...
You can work with pivoted data in SSIS package, as if it were just another data set. But it requires the Pivot transformation and jumping a few hoops to get there. The Pivot transformation is one of ...