SSIS Lookup transformations

Поделиться
HTML-код
  • Опубликовано: 26 янв 2025
  • НаукаНаука

Комментарии • 11

  • @ravindraravi7435
    @ravindraravi7435 4 месяца назад

    Thank you ^^

  • @BillionaireInvestmentCoach
    @BillionaireInvestmentCoach 2 года назад

    Great video I must say, well simplified

  • @johnadoga9765
    @johnadoga9765 Год назад

    "I'm getting this error cannot map the input column, because the data types do not match" in my visual studio write me a SQL query to change the datatype... Please Help

    • @goshedy
      @goshedy  Год назад

      Yes you have to make sure the columns on the tables in the data base most have the same data types

    • @goshedy
      @goshedy  Год назад

      Follow this link, it contain the instructions in the Video.
      learn.microsoft.com/en-us/sql/integration-services/lesson-1-6-adding-and-configuring-the-lookup-transformations?view=sql-server-ver16

  • @AdefilaOluwaseun-tu6qt
    @AdefilaOluwaseun-tu6qt 9 месяцев назад

    I have watch this particular video twice now but still getting the error message cannot map the input column, because the data types do not match"

    • @ankit6260
      @ankit6260 9 месяцев назад

      I am also getting the same error. Can you please help me with this

    • @santibravo8097
      @santibravo8097 3 месяца назад

      Just change the provider. I got the same error, until I changed the provider. The problem was that I was using an outdated provider like 'SQLOLEDB.1', which has limitations when handling certain data types. Try with "Microsoft OLE DB Driver 19 for SQL Server" for the AdventureWorksDW2022 connection

    • @jayantghorpade
      @jayantghorpade 3 месяца назад

      @@ankit6260 i'm also getting same error

    • @jayantghorpade
      @jayantghorpade 3 месяца назад

      can your check your query plz
      Select * from [dbo].[DimCurrency]
      where [CurrencyAlternateKey] in
      ('ARS','AUD','BRL','CAD','CNY','DEM','EUR','FRF','GBP','JPY','MXN','SAR','USD','VEB')