Viewing 15 posts - 31 through 45 (of 134 total)
I've been struggling with the example in the link you provided. The author leaves out steps (and refers to things in figure 3 that show something different than what...
February 19, 2016 at 11:45 am
Thanks Phil! Sorry I didn't see the link. That's what I get for working in a dark room with the laptop on battery (dim screen). I will...
February 15, 2016 at 8:47 am
Thanks Lowell. The table is named the same as the file name. How would I use this dynamically ?
February 15, 2016 at 7:18 am
Thanks "Get me?" but how would I do that? Would I have to open each file to create the view? Thanks.
February 15, 2016 at 7:15 am
Thanks Phil, but where is the example? I do have a foreach loop that dynamically changes to connect in turn to each Access db's filename. The table name...
February 15, 2016 at 7:14 am
I've just been working with this setting recently because I needed to set it to "False" so that I could import MS Access DBs.
February 12, 2016 at 1:27 pm
Thanks! That worked perfectly!
December 4, 2015 at 1:24 pm
In what way isn't it working? Did you see any error messages? Here's a link but I'm not sure if it applies to your situation: Access/SSIS[/url]
November 6, 2015 at 2:39 pm
Thank you for your reply but I am wondering how to do it. I see how to do it via the Stairway on this site for an OLE DB...
November 6, 2015 at 2:27 pm
I just want to thank you again Phil. I did as you advised for all the flat file and Excel file types I have to import and everything worked...
November 5, 2015 at 1:47 pm
Thanks Mike. I'm nor sure about what you mean. Each data flow task has its own flat file connection, each flat flat file source is a different flat file...
November 5, 2015 at 6:11 am
Thanks very much Phil. I'm going to implement what you've told me and I will post my results here.
November 4, 2015 at 8:42 am
To handle the varying file names, use FOREACH containers. An example file spec would be ProdSmallCellCarcinoma_*.csv. The fact that it will iterate over only one file is not a problem.
The...
November 3, 2015 at 3:38 pm
pietlinden (8/12/2015)
What if you put a parameter in the place of the literal numeric values?IIf(((DatePart("q",Today)=@theQuarter) and Fields!Qtr.Value=(@theQuarter-1)), False,True)
Thanks pietlinden, I will do this. By tomorrow I will post...
August 12, 2015 at 1:47 pm
Viewing 15 posts - 31 through 45 (of 134 total)