Error received when attempting to delete data from database:
"[Microsoft][ODBC SQL Server Driver][SQL Server]Execute permissions denied on object 'xp_servicecontrol', database 'master', owner 'dbo'"
MessageStats queries the masterdb because it contains database structure for all of the databases on that server and to find out the foreign keys for our database when clearing the database or doing any maintenance. The MessageStats Admin group requires read rights to the masterdb and also needs db_ddladmin role in SQL Security Logins.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center