I would like to read a view within a SSIS package. Yet the package fails with the message: "Syntax error, permission violation, or other nonspecific error".
The SSIS package is executed by a SSIS Package Execution proxy with the intend to limit the permissions on the account set as a credential to only those required.
If I grant the account sysadmin on the target instance the SSIS package works. If I grant the account only the rights to access the database in question, the SSIS package fails. (Even if I assign it tp the "db owner" role) I did grant the account rights to the referenced database, yet it failed.
Is there an option to run the SSIS package using the proxy and avoid granting the credential account sysadmin rights?
The SSIS package is placed upon a SQL Server 13.0.4001.0 instance.
The databases are placed upon a SQL Server 10.50.2796.0 instance.
The account in question is an Active Directory account.