SQL Estate Manager

The SELECT permission was denied

Problem:

The SELECT permission was denied on the object ‘sysssispackages’, database ‘msdb’, schema ‘dbo’.

Solution:

The user you configured to retrieve information about this SQL Server Integration Services instances does not have the sufficient privileges to access your tables in database. Check the account permissions and grant the user the select permission on the table ‘sysssispackages’.

This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved


Didn't find what you were looking for?