Viewing 15 posts - 16 through 30 (of 311 total)
Hi - thanks for the reply. We resolved this issue in the end by amending the security permissions the account running the report to have modify permissions to C:\Windows\Temp...
September 6, 2013 at 3:29 am
hi nice article.
I have a issue which this looks like it may be about to solve. What I need to do in my lookup dataset though is group on...
August 1, 2013 at 10:40 am
ronan, Here is a demo package i put together - I've put some annotation notes inside the package.
It's all very basic, but will show you what you need to...
July 12, 2013 at 9:07 am
I'll try and create an example for you
July 11, 2013 at 7:20 am
yeah, you make a good point about how they may want a question answered.
Sounds like it's worth doing some reading then.
Thanks.
July 11, 2013 at 4:54 am
You would probably need to have the SQL task logging the error as an OnError event handler task at package level (or a suitable executable below that).
July 3, 2013 at 8:45 am
Hi ronan
I can see you problem now and probably why it's not been. Lear to others.
Your using a SQL task but have put in ssis expressions. They are very different...
July 2, 2013 at 10:07 am
Just to add to that, you will need to escape the singal quote, with a single quote.
e.g.
declare @statement varchar(100)
set @statement = 'select ''DAY NO.: '' + CAST(DATEPART(DAY,getdate()) AS VARCHAR(2))'
execUTE( @statement)
where...
July 2, 2013 at 8:07 am
I don't think you can if its not already a shared data set. I think no what how you change it you would still be hitting every report in...
February 28, 2013 at 3:19 am
ok - so thats all under one data flow.
my data flow is slightly different. I have 1 OLE DB Source, but use mutli cast and splits the data to...
November 3, 2012 at 11:22 am
No probs - glad you got it working
October 26, 2012 at 11:25 am
stick a breakpoint on the WMI task and check the variable value pre wmi query execution and check the value is ok
Also on the wmi_conn connection manage review the...
October 25, 2012 at 8:23 am
Doh. 2008 is what I meant! 🙂
Thanks for the resource guide though and also the suggested solution for multiple files.
October 25, 2012 at 7:39 am
excellent and comprehensive article.
I only have a couple of questions..
first - if you where required to process multiple files per day, would you adapt this process, or would you use...
October 25, 2012 at 6:02 am
Viewing 15 posts - 16 through 30 (of 311 total)