Re: Upgrade Options - 7 to 2000



If you do an upgrade in place all the data including Logins etc should be
intact. Just remember to backup up all databases (including master & msdb)
before you attempt this. These articles might be useful if you have to
restore or move any db's and recover logins.

http://vyaskn.tripod.com/moving_sql_server.htm Moving DBs
http://www.databasejournal.com/features/mssql/article.php/3379901 Moving
system DB's
http://www.support.microsoft.com/?id=314546 Moving DB's between Servers
http://www.support.microsoft.com/?id=224071 Moving SQL Server Databases
to a New Location with Detach/Attach
http://support.microsoft.com/?id=221465 Using WITH MOVE in a
Restore
http://www.support.microsoft.com/?id=246133 How To Transfer Logins and
Passwords Between SQL Servers
http://www.support.microsoft.com/?id=298897 Mapping Logins & SIDs after a
Restore
http://www.dbmaint.com/SyncSqlLogins.asp Utility to map logins to
users
http://www.support.microsoft.com/?id=168001 User Logon and/or Permission
Errors After Restoring Dump
http://www.support.microsoft.com/?id=240872 How to Resolve Permission
Issues When a Database Is Moved Between SQL Servers
http://www.sqlservercentral.com/scripts/scriptdetails.asp?scriptid=599
Restoring a .mdf
http://www.support.microsoft.com/?id=307775 Disaster Recovery Articles
for SQL Server

--
Andrew J. Kelly SQL MVP


<tony.kennedy@xxxxxxxxxxxxxxxx> wrote in message
news:1128514146.173678.137160@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I've read all the documentation about upgrading to 2000, but need some
> clarification on the options available. Currently we have a server with
> SQL Server 7 installed. We use SQL Server authentication extensively as
> the application utilising the database needs this.
>
> Am I correct in believing that if I overwrite SQL Server 7 install, I
> will lose logins,roles,users,jobs,operators and alerts?
>
> Will SQL Server 7 scripted jobs, operators and alerts update SQL Server
> 2000 correctly?
>
> How can I overcome the problem of losing logins,roles and users?
>
> While I understand that I can go with an online upgrade, having two
> instances is a complication that I could do without as this process
> needs to be carried out by non-DBAs on other servers.
>
> Thanks in advance for your help.
> Tony.
>


.



Relevant Pages

  • Re: Server Migration...
    ... If you have restored all of your databases, ... Columnist, SQL Server Professional ... Does that mean I need to restore all user databases first and I restore ... Master, MSDB, Model. ...
    (microsoft.public.sqlserver.server)
  • Re: Server Migration...
    ... The logins are in the master DB and the DTS packages are in msdb. ... Columnist, SQL Server Professional ... database between server including all Systems Databases, ...
    (microsoft.public.sqlserver.server)
  • Re: Resynching DB Users after Restore
    ... accidental security breach due to a cross-server restore. ... this semi-automagically, especially if you have a small, known set of logins ... Senior Database Administrator ... I support the Professional Association for SQL Server ...
    (microsoft.public.sqlserver.security)
  • Re: SQL Server Logins do not have database access
    ... This posting is provided "AS IS" with no warranties, and confers no rights. ... created all user logins before restoring the databases. ... A few users are SQL Server logins. ...
    (microsoft.public.sqlserver.security)
  • Re: Moving SQL Objects
    ... Moving SQL Server databases to a new location with Detach/Attach ... Transfer Logins and Passwords Between Instances of SQL Server ... How to Resolve Permission Issues When a Database Is Moved Between SQL ...
    (microsoft.public.sqlserver.server)