147 How to do PGP encryption and decryption using ssis

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ส.ค. 2024
  • How to do PGP encryption and decryption using ssis
    drive.google.c...
    SSIS Tutorials: • SSIS Tutorials
    SSIS real time scenarios examples: • SSIS real time scenari...
    SSIS Interview questions and answers: • SSIS Interview questio...
    How to do PGP encryption and decryption using ssis
    How do I encrypt and decrypt with PGP?
    How to encrypt data in SSIS package?
    How to use PGP encryption command line?
    How do I encrypt and decrypt with gpg?
    Happy Learning.
    If you have any questions or suggestions please comment on the video or write to me at “aqil33@gmail.com”

ความคิดเห็น • 18

  • @VyshnaviiM
    @VyshnaviiM หลายเดือนก่อน +1

    How to pass the key while pulling ssis from job?

  • @lindamariapaulson343
    @lindamariapaulson343 4 หลายเดือนก่อน +1

    Can you show how to run this decryption package from SQL server agent?

    • @learnssis
      @learnssis  4 หลายเดือนก่อน

      You can see the steps here, like how to run the ssis package from ssis catalog.
      th-cam.com/video/qrV2FbQpU3I/w-d-xo.html

  • @neerajbohara6891
    @neerajbohara6891 7 หลายเดือนก่อน +1

    i have a excel in that there is a date column which contain two date format in that single date column (dd/mm/yyyy and dd-mm-yyyy ) And when i make SSIS package for this then it read only one date format and write all NULL for other one format.
    in result i get null values for dd-mm-yyyy and get correct values for dd/mm/yyyy.
    please respond fast and resolve this problem as soon as possile.

    • @learnssis
      @learnssis  7 หลายเดือนก่อน

      Take a look at this video, and use C# to import the file into sql server table, once data is imported, you can write an update query to fix the date at sql server table level.
      th-cam.com/video/zQ3syUsAzYY/w-d-xo.html

    • @neerajbohara6891
      @neerajbohara6891 7 หลายเดือนก่อน

      @@learnssis but i can't change anything in original excel file and while importing in sql server gets same problem, getting null values in the place of dd-mm-yyyy format and getting correct values for dd/mm/yyyy format.
      i given the below how column looks like with input and output in ssis package.
      Date input | output Date
      dd/mm/yyyy column | column dd/mm/yyyy
      dd/mm/yyyy dd/mm/yyyy
      dd/mm/yyyy | dd/mm/yyyy
      dd/mm/yyyy | dd/mm/yyyy
      dd/mm/yyyy | dd/mm/yyyy
      dd/mm/yyyy | dd/mm/yyyy
      dd-mm-yyyy | Null
      dd-mm-yyyy | Null
      dd-mm-yyyy | Null
      dd-mm-yyyy | Null
      dd-mm-yyyy | Null
      Please Provide solution in SSIS

    • @learnssis
      @learnssis  7 หลายเดือนก่อน

      @@neerajbohara6891Take a look at this video and see if setting IMEX=1 works for your excel file
      th-cam.com/video/i4zE9yP2grA/w-d-xo.html

    • @neerajbohara6891
      @neerajbohara6891 7 หลายเดือนก่อน

      @@learnssis i already tried setting IMEX=1 but got same result.
      it scan only first 8 rows but i'm getting null value after 13 rows.

    • @learnssis
      @learnssis  7 หลายเดือนก่อน

      @@neerajbohara6891then we need to use C# for importing it.

  • @simmi641
    @simmi641 21 วันที่ผ่านมา

    In ssis ,there's a open pgp task of cozyroc you can explain with that as well please

    • @learnssis
      @learnssis  20 วันที่ผ่านมา +1

      I found this video for pgp task from Cozyroc for encryption and decryption.
      th-cam.com/video/EcBQjCipP2g/w-d-xo.html

    • @simmi641
      @simmi641 20 วันที่ผ่านมา

      @@learnssis thank you

  • @saikiran-sq8zz
    @saikiran-sq8zz 3 หลายเดือนก่อน

    is the extension .gpg and .pgp are both same encryption?

    • @learnssis
      @learnssis  3 หลายเดือนก่อน

      PGP stand for Pretty Good Privacy. GPG stands for GNU privacy Guard. Both of these programs are used to encrypt and decrypt data, messages, and emails. The difference between the two is that GPG is open-sourced where PGP is not.

    • @saikiran-sq8zz
      @saikiran-sq8zz 3 หลายเดือนก่อน

      @@learnssis Thank you, I have dropped an email could you please check and reply.