SQL Server - (NEED Script)
Create a Server Audit named [Audit-8] in your SQL Server. Thisaudit should use a file target located in C:\COPServer\Audits andthe target may consist of an unlimited number of files, each filewill be limited in size to 32 MB. The audit should be configuredsuch that, in case it fails to log an operation, that operationwill fail. It should also be configured with a filter to log onlyoperations for members being added to, or removed from, a serverrole dbcreator. Make sure the audit is enabled, then, execute thescript. If no errors, save the script as Audit8.sql in the abovesame file location.
SQL Server - (NEED Script) Create a Server Audit named [Audit-8] in your SQL Server. This audit should use a file target
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am