Monthly Archives: August 2013

Faster Video Learning

If you are watching video to learn things like T-SQL or Business intelligence, you can spend a lot of time watching these videos. There is a way to speed up your learning. Just speed up the video. In Windows Media … Continue reading

Posted in Business Intelligence, Community | Tagged | Leave a comment

Execute SSIS Packages with a Macro in BIDS

When running SSIS packages in BIDS it is common to click on the green arrow at the top of BIDS to run a package. One problem that can occur when using this button is the deployment of project and the … Continue reading

Posted in SSIS, Syndication | Tagged | 1 Comment

Environment Variables in SSIS Packages and Configuration Tables

Configuration tables are a best practice in just about any SSIS environment. They make it easy to update multiple packages from a single change. But one of the issues with configuration tables is the location of the server is different … Continue reading

Posted in SSIS, Syndication | Tagged | 4 Comments

Custom Navigation controls in SharePoint 2010

There are several ways to create a custom navigation control in SharePoint. In the below image you can see the left navigation is hidden. This is done with the use of a master page and some custom CSS. Now you … Continue reading

Posted in SharePoint, Syndication | Tagged | Leave a comment