I've got a SQL query that creates a view. Named 2016expenses
Created the view using the same query for 6 different companies
In our reporting database (on SQL server), another query combines all these individual company queries to one combined view. We use this combined view for our refreshable excel spreadsheets.
End user is getting an error when he opens the refreshable excel spreadsheet:
"The SELECT permission was denied on the object "2016expenses", database "ABC", Schema dbo
He has access to everything in GP
Anyone have any suggestions as to why this error happens?