Introduction to SQL Server Always Encrypted

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ต.ค. 2024

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

  • @giladsefti301
    @giladsefti301 ปีที่แล้ว

    Excellent explanation. Thanks!

  • @AnantBhatdba
    @AnantBhatdba 6 ปีที่แล้ว +5

    This is THE best video on Always Encrypted. Very helpful, thank you. I have a question - can we setup SQL Transactional replication on encrypted columns?

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

    I agree with the other comments. this is the best video on this topic. My question to all is this. If we have no access to the application code, how do we modify the driver on the client to work with always encrypted.

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

    it's very inspiring. Could u show an example that showcase in app level, how the data could be protected? coz whoever accessing via app level, they can see the decrypted data now

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

    Great explanation really helpful. few questions
    1. Windows can be corrupted and we can loss our master key. Any way to backup/restore master key into local computer then into external hard drives.
    2. People with small businesses normally uses shared hosting and they do not have access to the Windows Key Store or azure. So where and how we save our master key?

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

    Very nicely simplified explanation Thanks

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

    Does this encryption type support "like" operator and wild cards for searching?

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

    It seems like only column level encryption... Is there anything which can encrypt whole database...?

  • @HEMANTHKUMAR-gu7fi
    @HEMANTHKUMAR-gu7fi ปีที่แล้ว

    Thank you so much

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

    Most sites state that this does not affect the application, but thus far in my experience this is not true. You are limited in the commands you can send through SSMS. For example, if dev's want to insert data, update, etc. traditional sql scripts will not work.

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

    Very helpful, thank you.

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

    Thank you so much. This is very helpful.

  • @spicytuna08
    @spicytuna08 6 ปีที่แล้ว +3

    i don't see securing sensitive data is enforced. So any client who sets the connection to "Column Encryption Setting = Enabled" is able to view columns decrypted. What am I missing?

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

      I think in this case both database and the application are on the same machine, which contains the certificate.

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

    Great!!

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

    i don't understand the part about storing certificate.

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

    A better view of your GetMessage (T-SQL) would have been nice

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

    thanks a lot