Viewing 15 posts - 16 through 30 (of 32 total)
I figured out one of my issues -- one of my inserts was going to the wrong table, causing a lock. Will have to work on the other one...
January 13, 2014 at 8:33 am
I found that using the script task when using a web service to get data works the best. You will need to reference the web service from your script...
December 17, 2013 at 10:27 am
I figured out I can use a parameter in the Source OleDB connection but I am still perplexed as to why the SQL Command is not an option in the...
November 11, 2013 at 9:48 am
We have just started using Talend for some Oracle data quality projects and I can't even get it to run. It definately requires some training.
October 22, 2013 at 6:50 am
Actually I got a little further but now am getting this error when running dtexec from xp_cmdshell:
Error: 2011-01-26 15:14:52.01
Code: 0xC0047062
Source: Data Flow Task ADO...
January 26, 2011 at 1:16 pm
Unfortunately I still get the same error: 'C:\program' is not recognized as an internal or external command.
January 26, 2011 at 11:43 am
Thanks but that didn't fix the problem.
January 25, 2011 at 6:59 am
Yes, I am executing the package as myself. I am sysadmin because it is a development environment, so that is why I am perplexed.
May 10, 2010 at 6:29 am
Actually,
I am the user who developed the packages and I also am the user who is executing them. Like I said, they execute from Integration Services but not from...
May 7, 2010 at 12:15 pm
Since I was unable to resolve this issue, I decided to use the script task to call the web service. I was able to run this successfully! I...
April 20, 2010 at 10:42 am
Check out this link.....
I learned SSIS by using training videos from Learnitfirst.com. They were structured from easy to difficult and each lesson built on the next. ...
February 12, 2010 at 11:34 am
Instructions for deployment can be found here: http://msdn.microsoft.com/en-us/library/ms140117.aspx
You'll need to run the deployment manefist from the server you want to deploy to.
Karen
February 9, 2010 at 7:50 am
Sorry, I didn't complete my thought:
SELECT 0,
'HDR1',
'HDR2'
UNION
SELECT TOP...
December 5, 2008 at 10:43 am
I agree, you are naming your nested select h but your on clause is using ppp.
December 5, 2008 at 10:42 am
No, that is not what I said. I answered the first question only. Sorry to have confused you or anybody else who read my reply.
Karen
August 29, 2008 at 7:52 am
Viewing 15 posts - 16 through 30 (of 32 total)