Viewing 15 posts - 5,836 through 5,850 (of 11,678 total)
No idea, haven't tried this myself before.
March 20, 2013 at 3:50 pm
Maybe BIDS is using cached data when you run the report.
Make sure all the .data files are deleted before you run the report again.
March 20, 2013 at 3:45 pm
Another option is to use XSLT to transform the XML file to an easier format, such as .csv.
An example:
March 20, 2013 at 3:40 pm
There's almost no difference between 2008 and 2008R2 in SSIS and I would be surprised if 2008R2 introduced a bug that isn't fixed yet.
So I would look into another direction....
March 20, 2013 at 3:38 pm
SSRS doesn't support text files as a source, so you'll first need to get the contents of the text file in a place you can reach with SSRS, preferably a...
March 20, 2013 at 3:36 pm
If you process your cube daily, you could put a view on your time dimension.
The view simply adds a column that calculates for every day the relative position towards today.
For...
March 20, 2013 at 3:31 pm
I would do this in a script component by using the .NET parse method.
Doing this in a derived column would be too complicated.
March 20, 2013 at 3:27 pm
Very useful article, thanks.
March 20, 2013 at 1:56 am
Normally this would be done through FTP or a web service, but I assume you don't have control over this.
You can try with a HTTP connection manager:
March 19, 2013 at 1:33 am
Read the part Understanding How Package Configurations Are Applied at Run Time
March 15, 2013 at 7:37 am
The dataflow task cannot handle changing metadata. You would need a different dataflow (or source/destination pair) for each type of resultset.
March 15, 2013 at 7:35 am
Maybe SSMS uses the SQL Server account to run DTEXEC instead of your own account?
March 15, 2013 at 7:33 am
Viewing 15 posts - 5,836 through 5,850 (of 11,678 total)