Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Logins, Users, and Roles - Getting Started

    Hello,Andy!

    i execute T-SQL:

    USE Master;

    EXEC sp_addlogin testuser,testdb;

    USE testdb;

    EXEC sp_grantdbaccess testuser;

    Why after this i cannot see testuser as a user of database testdb in the Enterprise Manager?

Viewing post 1 (of 1 total)