简体   繁体   中英

access error sql server 2008

I have created a user but when I try to view a database tables, I'm having the following error messages:

Please note that I am able to login but not having access to the database.

Failed to retrieve data for this request.

(Microsoft.SqlServer.Management.Sdk.Sfc)

ADDITIONAL INFORMATION:

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)


The SELECT permission was denied on the object 'extended_properties', database 'mssqlsystemresource', schema 'sys'. (Microsoft SQL Server, Error: 229)

Did you map the login to the user?

EXEC SP_Change_Users_Login 'Update_One','user','login',Null
  1. In the Secutity -> Logins -> userName , check the database is selected in the list or not.
  2. In the Database -> Security -> UserName check the role member has sufficient priviliges.

Check out this one

Another marked an answer

More Links

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM