Viewing post 1 (of 1 total)
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?
February 6, 2007 at 3:25 am
#687961