• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Asmit Khadka

New Pleskian
Hello, I am using a shared hosting package which is using plesk onyx to manage my MSSQL database and my site too in Windows Server 2012 R2. But when i try to create the server audit using mssql user name and password it gives an error " User donot have permission to perform this action"

Here is my query and error :

USE master;
GO
CREATE SERVER AUDIT HIPAA_Audit
TO FILE ( FILEPATH ='C:\Inetpub\vhosts\domainname.com\httpdocs\Audit\' );
GO

*Error*

Msg 15247, Level 16, State 1, Line number 1
User does not have permission to perform this action.

By any chance, is there any feature to create server audit for a normal than master.

Thanks

 

Attachments

  • Screenshot from 2018-06-05 17-13-08.png
    Screenshot from 2018-06-05 17-13-08.png
    20.7 KB · Views: 3
Back
Top