SQL Server Tutorial: Database security, how to create a database audit specification

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

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

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

    Thank you. It's very easy to get a overall idea, can expand from here to add other candidates or actions

    • @drToddWolfe
      @drToddWolfe  6 หลายเดือนก่อน

      Your welcome.

  • @nnamdieze9851
    @nnamdieze9851 3 ปีที่แล้ว +1

    Very clear and concise. Thank you very much !

  • @ph0enixr
    @ph0enixr 2 ปีที่แล้ว +2

    Thanks a bunch, great tutorial!

    • @drToddWolfe
      @drToddWolfe  2 ปีที่แล้ว +1

      Glad it was helpful!

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

    Thank you very much for this video. Looks like you really love scripting over the point-click stuff :)

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

      It's best to learn scripting first and point and click 2nd :)

  • @ali_work
    @ali_work 6 หลายเดือนก่อน

    Can I tell which user used the select action? Is it possible to get their User ID?

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

    It is not a good idea to keep server audits locally on the server. Anyone having admin access to Windows or sysadmin to SQL, can delete the audit files. Store it in a file share outside of SQL server, where SQL service account only has Read, Folder/Append permission. Modify/Delete and Write must not be allowed. Remove the CREATOR OWNER permission on the folder where audits are to be stored as well. This way you can track down bad activity even done by system administrators.

    • @drToddWolfe
      @drToddWolfe  2 หลายเดือนก่อน

      You make a very excellent point here. Thank you for taking the time to point this out for others.