I have a table that they put permissions on. So I cant see social security number and DOB. I agree with this setup, but has been creating a huge headache for the other users as they can no longer do a select * against the table. “The SELECT permission was denied on the column”
Can anyone think of a way to run a query that will only select the columns you have permission to view?
I know it will be a messy version of select *, but the permissions are only going to get worse and the complaints are only going to get worse. I'm ok with slightly complex as notes/directions can be added.