Re: fix logins
From: Adam (anonymous_at_discussions.microsoft.com)
Date: 04/02/04
- Next message: Kalen Delaney: "Re: Changing Default Names"
- Previous message: Dave: "Re: Changing Default Names"
- In reply to: Tibor Karaszi: "Re: fix logins"
- Next in thread: Obaid: "Re: fix logins"
- Reply: Obaid: "Re: fix logins"
- Reply: Tibor Karaszi: "Re: fix logins"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 2 Apr 2004 09:06:21 -0800
Thanks Tibor,
Does sp_change_users_login work for non-windows accounts?
What about adding the login and fix the user's sid? How
does that work for non-windows, how do I keep the
passwords from the database?
>-----Original Message-----
>Either specify the SID that the user has in the database
in your sp_addlogin call, or just add the login and
>fix the user's sid using sp_change_users_login, or use
the KB article to export the logins from the source
>server (search KB for sp_help_revlogin).
>
>--
>Tibor Karaszi, SQL Server MVP
>http://www.karaszi.com/sqlserver/default.asp
>
>
>"Adam" <anonymous@discussions.microsoft.com> wrote in
message news:12ade01c41874$f63ca8e0$a001280a@phx.gbl...
>> How do you create the logins with the same password,
when
>> you backup and restore a database to a seperate server
and
>> those logins do not exist at the server level?
>>
>> Adam
>
>
>.
>
- Next message: Kalen Delaney: "Re: Changing Default Names"
- Previous message: Dave: "Re: Changing Default Names"
- In reply to: Tibor Karaszi: "Re: fix logins"
- Next in thread: Obaid: "Re: fix logins"
- Reply: Obaid: "Re: fix logins"
- Reply: Tibor Karaszi: "Re: fix logins"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|