Viewing 12 posts - 31 through 42 (of 42 total)
Phil Parkin (5/28/2009)
SSIS requires that you put your data through a sort transformation before using a MERGE JOIN - regardless of whether the source data is already sorted.
Phil,
this is not...
June 3, 2009 at 3:56 am
Shing,
I think the easiest way is to define 4 user variables, populate/alter them in a script task inside the loop and persist them in the database after finishing the loop...
June 3, 2009 at 3:51 am
The canonical way would be to put the connection strings to a configuration XML file where you can change it centrally without changing the SSIS packages.
In our project we do...
April 15, 2009 at 9:38 am
David,
if your excel sheet has the F2 field formatted as date, you will get a 'datetime' type value from the select statement. If you want to have this value inside...
April 15, 2009 at 9:19 am
When I use your code in my test db I can produce the sum row, so I guess your problem is only to display it at the bottom instead of...
April 15, 2009 at 9:16 am
Thanks for your sample data, that clarified your problem.
The Flat File Data Source parses the first line of data to learn ab out the format of your data.
Your first line,...
April 7, 2009 at 12:44 am
Grasshopper,
if you use a Flat File Data Source, you can run into problems with comma if your Locale settings use the comma as decimal delimiter.
If you create a new Flat...
April 6, 2009 at 1:04 am
SSIS has a Task named Analysis Services Execute DDL Task which can execute arbitrary XMLA scripts, including creating a Cube (although I cannot imagine where that this would be feasible).
Another...
April 2, 2009 at 7:40 am
Guid.Empty is a GUID consisting of all zeros.
yours
Günter
April 2, 2009 at 7:36 am
You can use the LIKE operator to achieve that.
For example, if your 'x' mean 'any character', you could use
like '_-_____-_-___'
to test.
If you need some characters to be in...
April 2, 2009 at 7:06 am
Hi,
if you're inside a Windows Active Directory Domain (which I assume), you will have to go to the IIS settings of the Web Server hosting your SSRS Web Site.
This is...
March 17, 2009 at 9:40 am
Dankwart,
I am afraid the meaning of 'role playing dimensions' is somewhat different from what you expect. If I see it correctly, the feature enables you to use the same dimension...
March 17, 2009 at 9:04 am
Viewing 12 posts - 31 through 42 (of 42 total)