Re: restore master
From: Hari Prasad (hari_prasad_k_at_hotmail.com)
Date: 07/11/04
- Next message: Hari Prasad: "Re: restore master"
- Previous message: WTH: "Re: SQL Server 2005 Express Beta messes up your SQL Server 2000, BEWARE"
- Maybe in reply to: Thirumal: "restore master"
- Next in thread: Hari Prasad: "Re: restore master"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 11 Jul 2004 10:00:45 +0530
Hi,
Login can be copied from source server to destination server. But Master
database stores the other details like:-
1. Configuration parameters
2. Server Names ,..
So after creating the logins you have to manually sync. that as well.
See the below link to transfer logins from one server to another server with
the same password.
http://www.databasejournal.com/features/mssql/article.php/2228611
Thanks
Hari
MCDBA
"RM" <m_r1824@yahoo.co.uk> wrote in message
news:opsayeffn6hqligo@msnews.microsoft.com...
> thanks,
> but can I just script my login definition and
> relation between them and he users and run it in destination
> instead of restoring master database?
>
>
>
> On Sat, 10 Jul 2004 05:44:31 -0700, Thirumal <treddym@yahoo.nospam.com>
> wrote:
>
> > Hi,
> >
> > 1]To restore master database u need to start SQL service
> > in single user mode. navigate to appropriate SQL Server
> > directory and issue the below at command prompt.
> >
> > sqlservr.exe -c -m
> >
> > 2]It is not recommended to drop guest login from master
> > and tempdb.
> >
> > When users login into SQL Server, by default they have
> > access to 'master' database. SQL Server internally uses
> > guest for access , who has less permissions, so need not
> > worry. If u drop 'guest' (assuming that it is allowed) you
> > must be a 'sa' to access the master all the time.
> >
> >
> > With Regards
> >
> > Thirumal
> >
> > www.thirumal.com
> >> -----Original Message-----
> >> Hi
> >>
> >> I want to restore master db(first) in another server
> >> which has sql server 2000 before restoring user dbs,
> >> to locate login and ....
> >> but following error happended,what's wrong?
> >> "resore database must be used in single user mode
> >> when restoring master db"
> >> and I found there's only one login name called "sa"
> >> as system administrator,
> >> but when I expand the user branch in master database
> >> I found "sa" and "guest" there,
> >> and when I tried to drop guest following error happened
> > too:
> >>
> >> "cannot drop the guest user from master or tempdb"
> >>
> >> 1 - does not restoring master related to guest?
> >> 2 - anyway,how can I drop guest?
> >>
> >> any help would be greatly thanked.
> >> .
> >>
>
- Next message: Hari Prasad: "Re: restore master"
- Previous message: WTH: "Re: SQL Server 2005 Express Beta messes up your SQL Server 2000, BEWARE"
- Maybe in reply to: Thirumal: "restore master"
- Next in thread: Hari Prasad: "Re: restore master"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|