Monday, August 17, 2015

Undo sent mail in your gmail

If you make a typo or regret sending a message, you can undo the action by enabling "Undo send." This setting gives you the option to take back a message you just sent.

To enable Undo Send:

  1. Click the gear in the top right .
  2. Select Settings.
  3. Scroll down to "Undo Send" and click Enable.
  4. Set the cancellation period (the amount of time you have to decide if you want to unsend an email).
  5. Click Save Changes at the bottom of the page.
  6. If you had Undo Send turned on in Gmail Labs, your Undo Send setting will be on by default.
  7. To test the feature, click the Compose button at the upper left corner of your Gmail account page.
  8. Compose a message and then click the Send button.
  9. At the top of the screen, you'll see a message that says: "Your message has been sent. Undo. View Message."
  10. To prevent the message from being sent, click the Undo link.
  11. Gmail stops the message from going out and displays it in case you wish to make any changes and then resend it. If not, you can simply close the message, and it's relegated to your Drafts folder where you can keep it or delete it.

Note: To give you time to undo, Gmail delays sending the message for a few seconds. So if you don't select "Undo" within the time limit, your message will be sent. "Undo send" may not work if you experience connection issues.

Tuesday, April 7, 2015

SSIS interview Questions


  • Explain Different types of Slowly changing dimensions?

  • Difference between merge and merge join?

  • Difference between union and union all?

  • How to deploy SSIS packages?

  • Different methods for performance tuning of SSIS packages?

  • Difference between lookup and merge in SSIS?

  • Problems you faced while executing SSIS packages?

  • How to run a package based on the output of 'Execute Sql task'? The output of the SQl task is binary (either 1 or 0) You need to run package if the output is 1 and disable the package if the output is 0

  • What are the different steps in data warehouse life cycle?

  • What are different types of data sources you used in your project?

  • What is the difference between control flow task and data flow task?

  • Explain the methods to send a mail in SSIS?

  • How to store a sentence in python?

    Worring about how to store a sentence in python?

    s="""Python is a widely used general-purpose, high-level programming language.[17][18][19] Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java."""
    print s