Teradata (490)
Business Objects (875)
Cognos (1143)
Informatica (2428)
Crystal Enterprise Suite (30)
Actuate (46)
Ab Initio (442)
Data Stage (917)
SAS (1049)
Micro Strategy (282)
ETL (315)
OBIEE (92)
IBM Cognos TM1 (55)
Amazon Redshift (62)
Data Warehouse General (749) How to delete duplicate records if we have huge volume of records in a table ? (rowid is not the correct approach)
Puma,
6 10486Why can't we connect 2 active transformations to an active transformation ? Ex:- One aggriagator and one sq trans to an router transformation
Puma,
1 14544can we send mail when ever it get success or faulure to other mailid?(Not company mail id)
Puma,
1 4473In pmcmd command we need to type -p:password. Will it be visible to others who is having access to this file ?
Puma,
4 9580/* This is example of age caluculate wihtout to display perfect days and years in output window */ data age; retain dob "12jun2003"d now "24may2011"d; age1=now-dob; age=(now-dob)/365.25; years=int(age); days1=round((age-years)*365.25); months=month(now)-1; if days1 gt 30 and months in(12,10,8,6,4,2)then do; month1=days1/30.4375; month=int(days1/30.4375); if day(now)=1 then days=1; else days=round((month1-month)*30.4375)+1; drop days1 month1 month; end; else if days1 gt 30 and months in (1,3,5,7,9,11)then do; month1=days1/30.4375; month=int(days1/30.4375); if day(now)=1 then days=1; else days=round((month1-month) *30.4375); drop days1 month1 month; end; drop age age1; proc print data=age; format dob now date.; run;
1 5631i thought to keep fake experience..as a fresher i can't enter..bcos there is a large gap after my graduation..4 years..any person who enter with fake exp describe how to attend the interview process..
3531can anybody tell me..how to enter with fake exp..wt r all the documents to carry while attending the interview..how to answer that i am working in..
2 10406As a support project team member, how will you get the questions regarding errors from client or customers (in which format)?
1 4396
What is type 2 version dimension?
What are the ETL Testing Operations?
In ARRAY processing, what does the DIM function do?
Difference between project merge and object manager?
What is data stream and data adapter is it same are different? Explain?
is there any difference between operational database and data base?if yes what r they?
Start a batches with in a batch?
What does refresh system mean, and what are its distinctive choice?
What is a mapplet/worklet in informatica?
How can we check the version of Teradata that we are using currently?
What a datastage macro?
What is the use of having index on table?
What is etl tool in hadoop?
What is catalog and types of catalogs in cagonos and which is better?
How will you do sort in reports in obiee.