Hi, I've created a (SQL Auth) Login and User details for an application I am writing, this application needs access to the INFORMATION_SCHEMA views. But whenever I try to grant SELECT permissions I get told:
Cannot find the user 'DSSelector', because it does not exist or you do not have permission.
But I can see it under Security/Logins and under MyDatabase/Security/Users when browsed using Management Studio.
However, when execute the VIEW under my DSSelector account, using a SELECT statement I get no rows returned, not a permissions error! But logging in with Windows Authentication and using the same SQL produces results!
Any ideas would be appreciated thanks.
woogoo
Cannot find the user 'DSSelector', because it does not exist or you do not have permission.
But I can see it under Security/Logins and under MyDatabase/Security/Users when browsed using Management Studio.
However, when execute the VIEW under my DSSelector account, using a SELECT statement I get no rows returned, not a permissions error! But logging in with Windows Authentication and using the same SQL produces results!
Any ideas would be appreciated thanks.
woogoo