Data Flow Task

  • Can any one give anwsers to following questions

    What is difference between Union all and merge?

    What is Conditional Split and give its syntax?

    Thanks and Regards

    Qazi Mohd Haseeb

  • What is difference between Union all and merge in sql server?

    Well both of them essentially takes outputs from more than one sources and combines them into a single result set but there are couple of differences between two:

    a) Merge transformation can accept only two inputs whereas Union all can take more than two inputs

    b) Data has to be sorted before Merge Transformation whereas Union all doesn't have any condition like that.

    What is Conditional Split and give its syntax?

    http://msdn.microsoft.com/en-us/library/ms137886.aspx

    Tanx 😀

  • thanks

    what is differents between FuzzyLookup and Lookup?

  • Fuzzy is only allowed to be used in Enterprise and Developer versions.. And allows imprecise lookup operations where the text of a name "Rosie" might be matched to "Rose", in a lookup there is ONLY direct matching 1=1, 2=2..

    CEWII

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply