How do I configure SQL Server to allow other users to access a database?

Posted by Zian Choy on Super User See other posts from Super User or by Zian Choy
Published on 2010-05-21T00:25:08Z Indexed on 2010/05/21 0:32 UTC
Read the original article Hit count: 322

Filed under:
|

Environment:

  • Windows 7 Ultimate
  • SQL Server 2005 Express
  • 2 users on the computer

I tried making the 2nd user a user in SQL Server (THINKPAD\2ndUser) and adding him to the database ("2ndUser"). Then, I logged in as 2ndUser and started Visual Studio 2008. When I tried to connect to the database, I got the following error message:

The database '<bleep>' does not exist or you do not have permission to see it.

© Super User or respective owner

Related posts about sql-server-2008

Related posts about windows-7