Viewing 15 posts - 61 through 75 (of 109 total)
|John |,|Doe |,| ...
May 19, 2009 at 10:23 am
THanks I will give this a try...
March 10, 2009 at 7:48 am
Thanks Tim,
Judging by the number of responses I am getting it doesn't seem like there is an easy way to do this. Yes the vendor we are picking the...
March 9, 2009 at 7:15 am
So let me get a little more specific here is my code:
update A
set A.f1= B.f1
from db1..table1 A
join db2..table2 B
on A.My_field= B.My_field
The offending field is B.My_field which appears to be causing...
December 30, 2008 at 12:24 pm
Thanks Andy I was beginning to feel as if I were alone on this one. Your explanation is simular to my situation because my parent package is calling the...
December 10, 2008 at 8:15 am
I am relatively new to this as well and I have found this process works well. As far as standardization not sure what the considered standard is for this...
December 10, 2008 at 7:41 am
Use an Execute SQL Task and write a sql statement simular to this:
select 1 as result
Then in the result set tab (you will find this on left side of editor...
December 9, 2008 at 12:57 pm
It looks as if there is a shift in some of the end columns -- I have decided to ask the client to re-export and send to me.
Appreciate the suggestions.
December 4, 2008 at 9:12 am
My apologies -- I have resolved this issue you were correct it didn't have anything to do with the 3 million value but to be honest I forget what I...
December 4, 2008 at 8:17 am
No I think you read it right my source data had a column defined as a Varchar(50) and the destination expected string of column length 3. The automation would...
December 2, 2008 at 11:43 am
Hey Jack thanks for your response yes I had the data access mode set to Table or view. Steve's answer was able to resolve my issue.
Cheers,
December 2, 2008 at 11:20 am
Appreciate the help thanks -- I tried what you suggested and found the issue was a value in the field of 3,000,000. I changed the casting to make the...
November 26, 2008 at 9:05 am
Thanks your correct I was able to resolve this issue by creating a new table and updating with the one I am inserting records to and ordering it appropriately.
Appreciate the...
November 26, 2008 at 8:56 am
Viewing 15 posts - 61 through 75 (of 109 total)