Viewing 15 posts - 2,701 through 2,715 (of 11,678 total)
Can you give some example of what you are trying to do? Table ddl would be nice.
SSIS has the import column transformation, it may be worth checking that one out.
June 12, 2014 at 6:00 am
Try using the dt_ntext data type in ssis
June 12, 2014 at 4:16 am
There must have been some error somewhere.
Either the connection string in the configuration table is incorrect, or SSIS could not find the configuration table.
Do you have logging enabled in the...
June 11, 2014 at 3:05 pm
fstop (6/11/2014)
Thank you, Koen, that worked. However, isn't there a more efficient way to handle incorporating query revisions into the report?
Not really (although someone made a shortcut: Clear Report...
June 11, 2014 at 2:10 pm
craig.bobchin (6/11/2014)
Bingo!!!!! That did it. it works now. Thank you for all your help.
No problem, glad it worked out.
June 11, 2014 at 12:49 pm
If you already have a Visual Studio solution that contains the package, open that one and edit the package.
If not, either create a new solution or use an existing one...
June 11, 2014 at 12:45 pm
What if you delete the script component, add a new one and copy paste only the following piece of code into the main() function?
bool failure = false;
bool fireAgain = true;
foreach...
June 11, 2014 at 12:36 pm
Go to the folder where the report is stored. There is probably a cached data file with the extension .DATA. Delete that file and try again.
June 11, 2014 at 12:31 pm
I have never worked with STATA before, but is there a place somewhere where you can specify credentials?
Or maybe you can specify those in the ODBC connection itself when you...
June 11, 2014 at 12:12 pm
craig.bobchin (6/11/2014)
Koen Verbeeck (6/11/2014)
Also set DelayValidation on the package to true.
I have it set to true for the connection manager which made no difference, but see no where in either...
June 11, 2014 at 12:10 pm
martiankeeper (6/11/2014)
SQL Server 2014 - What's New in Analysis Services and Business Intelligence
http://msdn.microsoft.com/en-us/library/bb522628.aspx
Multidimensional models now also support queries using...
June 11, 2014 at 12:05 pm
It might be possible to add a custom data source extension, but I have never done it before.
Take a look at this page:
June 11, 2014 at 12:04 pm
Also set DelayValidation on the package to true.
June 11, 2014 at 12:01 pm
Viewing 15 posts - 2,701 through 2,715 (of 11,678 total)