Viewing 4 posts - 31 through 34 (of 34 total)
Status 16 means this is record for an alias.
'\test' is not username, it means this alias for login 'test'.
This login is aliased to the userid, specified in altuid column.
To drop...
February 19, 2004 at 7:39 am
#494701
Eric, you may want to check MAXDOP query hint.
But to use it you need to re-write all your batch queries.
Igor
February 17, 2004 at 8:26 am
#494372
From Google:
http://www.extremeexperts.com/sql/articles/ListDBCCCommands.aspx
There are approximately 130 of them
January 21, 2004 at 8:02 am
#490983
I think correct answer should be :
EXEC sp_change_users_login 'Update_One', 'webuser', 'webuser'
June 17, 2003 at 5:43 am
#461688