Can you explain engine tier in information server?
No Answer is Posted For this Question
Be the First to Post Answer
what is the definitions for Datawarehose and Datamart?
Differentiate between operational datastage (ods) and data warehouse?
what is time dimension? and how to populate time demension
which unix commands mostly used in datastage
What are the job parameters?
What are system variables and sequencers in datastage
DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks
country, state 2 tables r there. in table 1 have cid,cname table2 have sid,sname,cid. i want based on cid which country's having more than 25 states i want to display?
What are the different plug-ins stages used in your projects?
where we use column generator stage in real time scenario?
A flatfile contains 200 records.I want to load first 50 records at first time running the job,second 50 records at second time running and so on,how u can develop the job?pls give the steps?
when U have a remove dublicate option in sort stage, why we have a remove dublicate stage in PX, thought it is recamended to sort data before using a remove dublicate stage. I hae been thinking this from days....