Viewing 15 posts - 16 through 30 (of 31 total)
Is this what you mean
sp_change_users_logins 'Auto_fix'
,@UserNamePattern = 'user'
,@LoginName = 'null'
,, @passwd = "'password'
May 13, 2005 at 12:02 pm
I tried it the Auto_Fix value and it would'nt work. the error was: The Action 'Auto_Fix' is incompatable with the other parameter values ('(NULL)', '(NULL)').
May 13, 2005 at 11:28 am
Thanks...I was able to resolve one id but the one that is the the table owner and is a dbo for the database I can't change. I tried to alias...
May 13, 2005 at 11:19 am
I did that yesterday. I'm still hoping that I (or someone else) can figure out how to make the copy database procedure work.
April 27, 2004 at 8:35 am
Thanks, I read the article, we aren't using the Local System Account we're using a domain account that has rights as a local admin, on the network, and as...
April 27, 2004 at 8:15 am
thank you...that does the trick.
I appreciate your help more then you'll ever know.
April 23, 2004 at 12:49 pm
I did as you suggested and got the following:
Membership of the public role cannot be changed.
Is there possibly another way to this?
April 23, 2004 at 9:42 am
Is there a script that I can run to remove all 2800 logins at once?
April 19, 2004 at 3:17 pm
I'm bringing over only the id's associated with that specific database and taking all the other defaults options given.
April 19, 2004 at 2:07 pm
No I didn't. Is that required and if so, are there other objects I should remove before trying again?
April 19, 2004 at 1:43 pm
Thanks for the help. I believe this will do the trick.
February 26, 2004 at 3:00 pm
The users are setp only on server a. Is there a way to copy both the users and permission via a stored procedure?
February 25, 2004 at 3:45 pm
Viewing 15 posts - 16 through 30 (of 31 total)