Hello,
I am trying to give a Windows Authenticated user access to select top 1000 rows for a database's view.
With the SQL server's SA account I have no problems seeing the results, but with the windows account the results window is blank.
It seems to be down to permissions, I have tried giving the windows authenticated account sys admin, db read, select, view database etc access. To be honest I am not sure of the best practice and what level of access I should give to a windows account.
My goal here is to give two windows account access to be able to query this SQL database.