Revision history of "Audit database changes"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 07:48, 27 March 2023Svan (talk | contribs). . (644 bytes) (+644). . (Created page with "==Create Audit== <pre> USE master; GO CREATE SERVER AUDIT ServerAudit TO FILE (FILEPATH = 'd:\audits\', MAXSIZE = 2 GB) WITH (ON_FAILURE = CONTINUE); GO ALTER SERVER AUDIT Ser...")