Devin Knight
Archives: November 2009
Change the Report Manager logo
A common question I've been asked a lot lately is how to replace the icon in the Report Manager to my company's logo.
It is actually fairly simple to do by following these steps:
1. On the server reporting services is installed on open the folder C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportManager\images
14 comments, 2,915 reads
Posted in Devin Knight on 22 November 2009
SSRS - Setting Default Parameter Values for Analysis Services Datasets
When developing Reporting Services reports that use Analysis Services as a data source you may find that it is difficult to dynamically set default parameter that are passed into the dataset being used. It turns out this is a lot simpler to do then many people think. In this post… Read more
0 comments, 134 reads
Posted in Devin Knight on 12 November 2009
Using a SSRS Report to run SQL Agent Jobs
Data Warehouse latency is often a complaint I have heard from end users when trying to access data via either Reporting Services reports or Excel. Generally, I promise 24 hour latency unless the job mandates updates hourly or even sooner. Screenshots for this blog are available at my regular blog… Read more
8 comments, 562 reads
Posted in Devin Knight on 11 November 2009
Performance Tuning OLAP Reports
Reports that use an Analysis Services cube as a data source can often have performance problems during pre-execution. Before you even see the classic Report is being generated sign the report is slow to start.
The most common reason I’ve found for this performance lag has to do with…
4 comments, 1,220 reads
Posted in Devin Knight on 9 November 2009
SSIS – Avoid OLE DB Command
I decided to do a little performance testing on some common SSIS “Tricks” that increase speed and effectiveness of SSIS packages. I wanted to define to what extent just one simple change could make to a package.
So in this test I decided to show the difference in using a… Read more
0 comments, 97 reads
Posted in Devin Knight on 7 November 2009
SSIS - Fast Parse
I had another chance last week to answer an email follow up question from the session Brian and I gave at PASS. This made for a great blog opportunity so I thought I would write about using Fast Parse in SSIS. Hopefully I can explain it even more basic then… Read more
0 comments, 288 reads
Posted in Devin Knight on 7 November 2009
Basic SSIS Interview Questions
I have decided to make a short series of blogs about possible interview questions to help you prepare for an interview. Last time I wrote about basic DBA questions. Today I have given you some basic SSIS question to study. These basic SSIS questions will give you a starting point… Read more
0 comments, 697 reads
Posted in Devin Knight on 7 November 2009
Answers to Basic SSIS Interview Questions
This is just a starting point for you to prepare for your interview so make sure not to limit yourself to what you find here. These answers could easily vary but generally someone who is interviewing is looking not only for a correct answer but confidence in your answer. If… Read more
0 comments, 597 reads
Posted in Devin Knight on 7 November 2009
Answers to Advanced SSIS Interview Question
Last week I wrote a set of Advanced SSIS Interview Questions. Here are the answers I came up for these. Of course you may have some variation of what I have and I would love to hear how you would answer these. Feel free to email me how you would… Read more
0 comments, 447 reads
Posted in Devin Knight on 7 November 2009
Better Know A SSIS Transform – The Pivot Transform
This is part 1 of my 29 part series called Better Know A SSIS Transform. Hopefully you will find the series informative. I will tell you a little about each transform and follow it up with a demo you can do on your own.
Pivoting is a common business practice… Read more
0 comments, 126 reads
Posted in Devin Knight on 7 November 2009
Better Know A SSIS Transform - The Sort Transform
This is part 2 of my 29 part series called Better Know A SSIS Transform. Hopefully you will find the series informative. I will tell you a little about each transform and follow it up with a demo basic you can do on your own.
When developing SSIS packages you… Read more
0 comments, 183 reads
Posted in Devin Knight on 7 November 2009
SSIS - Creating a Deployment Manifest
Using a Deployment Manifest in SSIS allows you to deploy a set of packages to a target location using a wizard for installing your packages. The benefit to using it is the nice user interface that a wizard provides. The disadvantage of using it is it’s lack of flexibility. When… Read more
0 comments, 192 reads
Posted in Devin Knight on 7 November 2009
Better Know A SSIS Transform – Conditional Split
This is part 3 of my 29 part series called Better Know A SSIS Transform. Hopefully you will find the series informative. I will tell you a little about each transform and follow it up with a demo basic you can do on your own.
The Conditional Split provides a… Read more
0 comments, 307 reads
Posted in Devin Knight on 7 November 2009
SSIS - Send Errors to Message Box
While in the process of developing SSIS packages it’s likely you will deal with errors occasionally unless you’re the Superstar developer that never makes mistakes. Of course your first steps to deciphering the problem is to look at either the progress/execution results tab in BIDS. The problem with viewing error… Read more
0 comments, 102 reads
Posted in Devin Knight on 7 November 2009
SSIS - Data Provider Does Not Allow Parameters in OLE DB Source
I recently worked on a project that involved loading a Data Warehouse from a DB2 source. In this project we used the Microsoft OLE DB Provider for DB2 Data Provider for the ETL process in SSIS.
Unfortunately, one of the limitations to using this Data Provider is the the OLE… Read more
1 comments, 183 reads
Posted in Devin Knight on 7 November 2009



Subscribe to this blog