Viewing 15 posts - 226 through 240 (of 252 total)
My source is a flat file that has one row that does not conform to the numeric requirement of the database field. I'll keep working on a solution. Thanks...
June 28, 2010 at 5:32 pm
bt, this part worked perfectly. Thanks for helping me to get this set up!
On the second part, it has been a while since I've used SSIS and I never...
June 28, 2010 at 4:27 pm
I tried to make a new derived column for the zip codes using this:
(ISNUMERIC([ZIP]) = 1 ? [ZIP]: "")
but it did not work.
June 28, 2010 at 4:14 pm
Thank you for responding bt. This is just what I was looking for. When can I put it in SSIS to take effect? I have a data...
June 28, 2010 at 4:05 pm
I've compared the output of the querys and for some reason, sometimes the query just gives up part way through. If I keep executing the query, it will eventually give...
June 9, 2010 at 9:56 am
Hi Henrico, thanks for responding.
It does work without the variable but I still get the same issue. 68 rows returned sometimes and 38 rows returned other times.
Henrico Bekker (6/8/2010)
June 9, 2010 at 9:16 am
Hi WayneS,
Thanks for responding. The changes that you suggested also worked but as before, I get different results each time I run this query. The first time, 68...
June 9, 2010 at 9:13 am
Thanks for all the replies. I'll try these solutions.
I also found that choosing tasks --> generate scripts and choosing the option to script data, keys, constraints, etc allows me...
May 27, 2010 at 9:32 am
Seperate development and production domains.
May 23, 2010 at 5:40 pm
The problem was in all my trial and error, I had defined variables 2 and 3 twice. For some reason the msgbox was reading the second ones but the email...
May 23, 2010 at 2:06 pm
Thanks for responding.
The challenge is that I can not connect from one server to the other.
Right now I use a two step process to export the data to a flat...
May 21, 2010 at 10:32 am
Thanks for that divyanth,
The error output change allowed the success.
Very exciting!
divyanth (5/14/2010)
(DT_DBDATE)(DT_STR,10,1252)(YearE == "00" ? "" : ((DT_STR,4,1252)YearE...
May 14, 2010 at 10:09 am
Wayne,
Thanks for responding. Your suggestions were correct because now SSIS allows me to hit ok to save the expression whereas before it did not.
Unfortunately, it still chokes when it...
May 14, 2010 at 9:26 am
I came up with this as an if but it isn't working right now.
([YearE]== '00' ? NULL :(DT_DATE)
...
May 13, 2010 at 6:32 pm
Viewing 15 posts - 226 through 240 (of 252 total)