Viewing 15 posts - 31 through 45 (of 118 total)
Ken - that's exactly what I was trying to do - thank you very much.
June 12, 2012 at 8:54 am
Here you go. So I want to go through all the dates and figure out how many other dates happened within a set timeframe - 3 minutes - for...
June 12, 2012 at 8:51 am
Sorry for the question - It appears that a file can be moved between remote directories using the Rename action in the CozyRoc component.
January 30, 2012 at 12:06 pm
Drew,
Excellent solution. I highly appreciate your help.
Travis
October 18, 2011 at 2:10 pm
Sorry for the vagueness and I appreciate your help. There is no criteria for how the Code is assigned to a name as long as it doesn't repeat.
In sequence...
October 18, 2011 at 11:09 am
I'd recommend looking into finding a good beginner's book on ADO.NET as well. It focuses on data access and data services. A lot of the script coding focuses...
April 4, 2011 at 3:03 pm
Would recommend using an environment variable in your package configurations as well if you plan to transport packages between servers. Prod to Dev and Dev to Prod for example.
April 4, 2011 at 2:56 pm
Thank you so much! I modified your code a bit to get what I needed:
SELECT
X.x.value('../../@viewName','varchar(50)') AS result1,
X.x.value('@subItemType','varchar(50)') AS result2
FROM KSession a CROSS APPLY
[SData].nodes('/views/view/viewEvents/viewEvent') as X(x)
What would be...
March 14, 2011 at 11:44 am
You can build a cube with your metric being the count of students. Might be able to even get away with 1 as StudentCount as a column in your...
December 16, 2010 at 1:31 pm
My approach would be to have 3 dimensions and a fact table.
Dimensions: DimStudent, DimDate, and DimSubject.
This would allow you to provide data/reports by student, by date, and...
December 16, 2010 at 11:46 am
Did you configure the error output to redirect the row? The default is to fail the component.
December 15, 2010 at 12:59 pm
Sounds like the error is occuring before runtime. Which means that the package hasn't read your source so therefore can't write anything that errors.
Post the error message...
December 14, 2010 at 8:49 am
I don't see how creating a dimension for each separate schema would be more difficult on the developer. In fact, if designed and developed correctly, it is something that...
December 14, 2010 at 7:14 am
My apologies, I replied to the wrong thread 🙁 You need to give us more specifics. What is happening when you are running your package? Are rows...
December 13, 2010 at 5:38 pm
Is 64 bit Oracle provider installed?
December 13, 2010 at 4:01 pm
Viewing 15 posts - 31 through 45 (of 118 total)