Fredrik,
Sp_help_revdatabase (the fragment allocation order) *shouldn't* be a problem, as master has data
and log together. Are you on the same service pack level as the backup?
If you have the technet archives, you might want to consider searching those (I assume that
articles are aged out). Presuming that such an archive do exists.
Otherwise, you might want to bite the bullet and contact MS PSS to get help sorting this out. I
recall some strange things regarding restore of master on 6.x. Now, this was a long time ago, so
I don't recall specifics. But I was a bit surprised when reading about it ("oops, problems
restoring master - not good)...
Sorry that I can't be of more help :-(
--
Tibor Karaszi, SQL Server MVP
Archive at: http://groups.google.com/groups?oi=djq&as_ugroup=microsoft.public.sql...
> I get Error 3403, i've searched BOL to find out what to do. It seem to be
> something wrong with the size of the "destination" master db? I quess I
> didn't expand it in the same way that the original was expanded. I've tried
> to use sp_help_revdatabase to expand the master db the "right" way but still
> no luck.
> Would very much appreciate if you could give me any more hints.
> /Fredrik
> > Fredrik,
> > You definitely should be able to do a restore. what error message do you
> find in the error log
> > when you (try to) start SQL Server?
> > --
> > Tibor Karaszi, SQL Server MVP
> > Archive at:
> http://groups.google.com/groups?oi=djq&as_ugroup=microsoft.public.sql...
> > > Steve, are you saying that if I have a hardware breakdown on my SQL
> Server
> > > 6.5 I can't do a restore of the master db? I would need to manually
> restore
> > > all my logins etc?
> > > You got me even more confused now but I think that their must be a way
> to
> > > restore the master db the question i how!
> > > /Fredrik
> > > > Try the rebuild master utility... I do not believe 6.5 will allow a
> direct
> > > > restore of the master db.
> > > > Steve
> > > > > Hi all !
> > > > > I'm trying to restore the master database on an new server. Version
> 6.5.
> > > > > I installed the new server with the same sort order and char set,
> also
> > > the
> > > > > datafiles for system databases are placed the same om both servers.
> Then
> > > I
> > > > > copied the backup.dat file to the new server. Then I started the
> server
> > > in
> > > > > single user mode and used EM to do the restore. On my first try I
> needed
> > > > to
> > > > > expand the master database due to errormessage by the restore
> process.
> > > > Then
> > > > > the restore seems to go well. The problem is that I can't start the
> > > server
> > > > > after the restore is completed!!
> > > > > Where am I going wrong??
> > > > > Thanks
> > > > > Fredrik