SQL Server Always Encrypted - Serving applications using Azure Key Vault and Certificate Store

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024

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

  • @matthewfleck8776
    @matthewfleck8776 5 ปีที่แล้ว +1

    Great info and very well presented. Thank you.

  • @lindamccarthy5189
    @lindamccarthy5189 2 ปีที่แล้ว

    Excellent explanation. Thank you!!

  • @letsturncoffeetocode5254
    @letsturncoffeetocode5254 4 ปีที่แล้ว

    This is very good explanation. Thank you.

  • @P5toraskar1986
    @P5toraskar1986 4 ปีที่แล้ว

    Superb video. Good help. Thank you so much.

  • @nuwantharakamanchanayaka3235
    @nuwantharakamanchanayaka3235 6 ปีที่แล้ว +1

    Thank you. This is very helpful.

  • @lawrencenagy9754
    @lawrencenagy9754 5 ปีที่แล้ว

    Great video. Just the info I was looking for. It seems much of the command line parts are now available using the UI have you considered updating?

  • @vaddiparthivenkatamuralikr8334
    @vaddiparthivenkatamuralikr8334 3 ปีที่แล้ว

    Hi Dinesh, can you please explain how to use always encryption using SSDT in Visual Studio. We are planning to use Azure Key Vault.

  • @chintan3100
    @chintan3100 4 ปีที่แล้ว

    Everytime when query execute, api call to key vault ? Can we cache key vault certificate to reduce call as key vault has low SLA

  • @kamlesh11887
    @kamlesh11887 4 ปีที่แล้ว

    Hi Dinesh,
    I have implemented the same and getting error with the token that we get from azure ad. It expires after 24 hrs. and the application breaks. Your help is really appreciated. Thanks

  • @MrIgorek7
    @MrIgorek7 4 ปีที่แล้ว

    What you refer to as "SMK" is really "CMK" is that correct?

  • @hemang81
    @hemang81 3 ปีที่แล้ว

    hi, could you please make a video on ''always encrypted with secure enclave - Serving applications using Azure Key Vault'

  • @khurshidAlam007
    @khurshidAlam007 6 ปีที่แล้ว

    Hi, please help , i am using always encryption with ef 6 , sql2017 all working fine on single table query but , whenever i m trying to query with join multiple table. Exception occurs unable to convert data types.

    • @DineshPriyankara
      @DineshPriyankara  6 ปีที่แล้ว

      Hi Eric, your encryption is based on deterministic or randomized? You may see some issues when joining, searching or grouping if it is randomized. If that is not the case, can you give more details, like schema, joining columns and columns encrypted.

    • @khurshidAlam007
      @khurshidAlam007 6 ปีที่แล้ว

      Dinesh Priyankara
      Encription type is deterministic. On email. And i am join role table based on user roleiid.

    • @DineshPriyankara
      @DineshPriyankara  6 ปีที่แล้ว

      if you query does not use encrypted columns for joining, in this case roleid, check the data type of roleid in both tables, I do not think that you get this error because of encrypted columns. Will you be able to share you error with the code written? And table structure too? Screenshots are fine, if possible, email me to dineshpriyankara@gmail.com

  • @vijayveera85
    @vijayveera85 6 ปีที่แล้ว

    Can I use always encrypt on azure sql database if I use a python program or a Pyspark program as my programming env instead of C# ?

    • @DineshPriyankara
      @DineshPriyankara  6 ปีที่แล้ว

      Hi Vijay, I do not think so because I am not sure whether libraries used for passing keys are available with other than .net languages, however, let me check and see whether it is possible or a workaround is exist.

    • @vijayveera85
      @vijayveera85 6 ปีที่แล้ว

      Dinesh Priyankara thank you! Really appreciate it. I have tried to look up with no luck.

    • @vijayveera85
      @vijayveera85 6 ปีที่แล้ว

      Dinesh Priyankara did you find any divers for azure Sql that supports always encrypt with python ?

    • @DineshPriyankara
      @DineshPriyankara  6 ปีที่แล้ว

      Not yet Vijay, sorry for that, will check that soon and update you.

    • @vijayveera85
      @vijayveera85 6 ปีที่แล้ว

      Dinesh Priyankara no worries. Appreciate it. We are on the wire since we invested so much in Pyspark and now this new sensitive data is needing this always encrypt compliance. Not sure what the alternatives are either.

  • @DineshPriyankara
    @DineshPriyankara  7 ปีที่แล้ว

    Here is the URL for the blog post that contains codes related to this video: dinesql.blogspot.com/2017/10/sql-server-always-encrypted-serving-multiple-applications-using-Azure-Key-Vault-and-Certificate-Store.html