Monday, July 11, 2011

Google Tool Bar







Google.org

Technology-Driven Philanthropy

Google.org uses Google’s strengths in information and technology to build products and
advocate for policies that address global challenges.

Google.org Blog

Crisis Response

Discover the tools and resources that Google Crisis Response provides to
responders and those impacted by natural disasters and humanitarian crises.

Philanthropy @ Google

In addition to Google.org’s technology projects, Google’s philanthropy included over
$145M to academic institutions and nonprofits in 2010.

Learn more

Friday, July 8, 2011

Deepak's Menu Bar



Google.org

Listing menu bar of Goole.org, which contains css, java script and html file.

http://www.sendspace.com/file/cw5tfx

Wednesday, July 6, 2011

today's infra issue

can we over-ride sql over-ride at re-usable Source Qualifier at session level ?

Ans: You can not create re-usable source qualifier tranformation. If you have a sq tranformation, you can over-ride its sql query at session level.

Suppose you have un-connected lookup, having lookup override as below

SELECT DEPARTMENTSBKP.DEPARTMENT_NAME as DEPARTMENT_NAME, DEPARTMENTSBKP.DEPARTMENT_ID as DEPARTMENT_ID FROM DEPARTMENTSBKP
where DEPARTMENTSBKP.DEPARTMENT_ID = 20

You used this un-connected lookup at Mapping and there you changed the query to

SELECT DEPARTMENTSBKP.DEPARTMENT_NAME as DEPARTMENT_NAME, DEPARTMENTSBKP.DEPARTMENT_ID as DEPARTMENT_ID FROM DEPARTMENTSBKP
where DEPARTMENTSBKP.DEPARTMENT_ID = 10

When you run the session, always over-ridden query (that is dep = 10) will get executed. You can change the conditions, and some properties at mapping level of re-usable lookup. You can not change existing ports at mapping level. if you want to change the ports, you need to go back to Tranformation Developer.

In case of aggregator, if we do not select any port as a group by what will be the output? In my case only 1 rows got through...

What will happen if we do not use aggregate function and only 2-3 grup by ports, what is the output and how it works exactly ?

Please refer below comments for the answers of aggregation at Informatica.

All about CSS

From book HTML & CSS - Design and Build Websites - Jon Duckett CSS works by associating rules with HTML elements. These rules govern how...