Viewing 15 posts - 46 through 60 (of 358 total)
I am impressed with Eirikur Eiriksson. That looks like a neat solution.
Thanks
E
March 27, 2015 at 10:43 am
Having spent a lot of time looking into this I am very concerned over the SMDL Report Model file. I cant seem to find a way to get it down...
March 26, 2015 at 3:14 pm
All is now kind of calm
from a very quick look at this the tables of interest appear to be Catalog and DataSource. Querying from DataSource where link IS NULL shows...
March 26, 2015 at 8:16 am
Open SQL profiler,
start a new trace on the servers your query may be running against.
You can now run the reports and see which server they are hitting and...
January 23, 2015 at 6:28 am
I have done the certification and will continue to do so. The reason I do it is that as a freelancer anything that will raise me to the top of...
December 16, 2014 at 5:15 am
Have not proved this is the fix but... If you go back to PowerPivot in the ribbon and then click 'Field List' then that seems to get what I want....
December 1, 2014 at 5:03 am
You tube probably has some good starter stuff. Powerpivot for Excel 2010 book by Marco Russon and Alberto Ferrari. There are obviously newer versions of this but that's the one...
December 1, 2014 at 4:51 am
please define capture.
I have attached a simple screen shot. Basically put a flat file or OLEDB destination in the data flow , click on the derived column and drag it...
November 27, 2014 at 8:48 am
my starting point would be to look at a script task using C#. I have done similar with flat files but not to Excel. But you should be able to...
November 26, 2014 at 8:48 am
It depends on how you are setting the file name for the connection manager. Doing multiple packages you may not have changed where the file connection is looking at originally....
November 17, 2014 at 7:33 am
Awesome response. You learn something new every day.
E.:cool:
November 17, 2014 at 3:44 am
Not sure if this is what you want but.
I built two date tables
select distinct [YEAR] from data.vwDimDate D
-- 2009 to 2016
select distinct [YEAR] from data.vwDimDate2 D
-- 2010 to...
November 17, 2014 at 3:37 am
Would love to help but I have always done this sort of thing through a C# script task in the package. It just looks at a directory and sees if...
November 11, 2014 at 5:46 am
I did a little trial and error (banging head on table) and it looks like MIN with a FILTER would be the way to go. I got round it by...
November 8, 2014 at 2:15 am
Viewing 15 posts - 46 through 60 (of 358 total)