Re: recovering logins
From: Tibor Karaszi (tibor_please.no.email_karaszi_at_hotmail.nomail.com)
Date: 09/27/04
- Next message: Tibor Karaszi: "Re: Bulk Copy Question"
- Previous message: Mike John: "Re: What should I Do?"
- In reply to: Cinderella: "recovering logins"
- Next in thread: Cinderella: "Re: recovering logins"
- Reply: Cinderella: "Re: recovering logins"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 27 Sep 2004 23:32:20 +0200
Search KB for sp_help_revlogins. It will generate a script for you where the script includes
sp_addlogins and sp_grantlogin for your logins. The SQL Server logins will be created using the
original SID and passwords.
-- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ "Cinderella" <Cinderella@discussions.microsoft.com> wrote in message news:F0314D8C-305E-4B2A-AAA6-01B9DCAD12BA@microsoft.com... > what is the best way to recover logins. > Let's say I need to rebuild a server or if my server crashes and I need to > reinstall sql server. What can I do so that I have a file or something that > saved my logins so that I can get them back on the server? > > I'm used to sybase where you can just bcp the syslogins table.
- Next message: Tibor Karaszi: "Re: Bulk Copy Question"
- Previous message: Mike John: "Re: What should I Do?"
- In reply to: Cinderella: "recovering logins"
- Next in thread: Cinderella: "Re: recovering logins"
- Reply: Cinderella: "Re: recovering logins"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|