Viewing 15 posts - 91 through 105 (of 241 total)
Nevyn (10/17/2013)
So given that period table you'd never have a record like:XYZ l456 DEF 201301
Where there were no earlier routing records for XYZ l456?
As far as I'm told, an item...
October 17, 2013 at 8:15 am
Nevyn (10/17/2013)
Also, what are you grouping by? Just...
October 17, 2013 at 7:15 am
jonysuise (10/17/2013)
select
p.period_month,r.warehouse_code,r.item_number,r.origin_warehouse_code,r.Fromdate
from
Routing_History r
left join Period...
October 17, 2013 at 6:17 am
Ok these are some of the errors I've been getting despite having followed the explanations to the letter
Error 1 Validation error. Data Flow Task:...
October 2, 2013 at 2:17 am
larskandersen (9/27/2013)
Why don't you just set the variable value to your development connection...
September 30, 2013 at 8:46 am
I could but like I said when I typed the original post I was no longer @ the workstation so I'll do that tomorrow
SO maybe a new problem maybe a...
September 26, 2013 at 2:10 pm
Production isn't up yet for the system
Not sure what you mean with padding
I have a separate ole db that points to the config server
September 26, 2013 at 1:48 pm
prvmine (9/24/2013)
This link has info to resolve ORA-12154http://www.dba-oracle.com/t_ora_12154_tns_resolve_service_name.htm
ok ,lets for the sake of argument say I've already tried those & to no avail.
I can't find tnsping
The 32 bit of the...
September 25, 2013 at 1:37 am
OK so how did I do it, this is a simple step-by-step
1)Load Input folder to variable use execute sql task (User::FileLocation)
2)Load Archive folder to variable use execute sql task (User::ArchiveLocation)
3)Fill...
February 20, 2013 at 7:48 am
Tried that and it still executed the flat file destination
February 20, 2013 at 7:24 am
OK I found how to do it.
Load the value of the location from the table into a variable.
And then use that variable as an expression for the connectionstring for the...
February 20, 2013 at 7:01 am
GilaMonster (1/16/2013)
January 16, 2013 at 1:19 am
Viewing 15 posts - 91 through 105 (of 241 total)