Friday, March 30, 2012

Moving User Databases from a SQL 2000 SP3a to SP4

Hi All,
I have a recent requirement to move production databases from a Live Server
running SQL 2000 SP3a to a separate (new) server running SQL 2000 SP4 and
move this one into production
Currently, the new Server is running SQL 2000 SP3a (the same as the current
Live SQL server) as we were going to move User Databases to this version
until the requirement for SP4 came along.
Please can you advise what is the best procedure to acheive this with
minimal downtime and risk.
- Can User databases be moved to the New Server which has been upgraded to
SP4 or do all user databases need to be moved to the SP4 server, then the
server upgraded ?
- Clearly it would be more straightforward to upgrade the new Server to SP4
before moving User databases to it, but do not have info of the issues
concered with this.
Thanks in advance for you help and I hope to received a speedy response
Ben
You can do a simple backup/restore or detach/attach. However, for max
uptime, consider log shipping. You're down only for the time it takes to
kick out the users, and copy and restore the last log.
Tom
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Columnist, SQL Server Professional
Toronto, ON Canada
www.pinpub.com
..
"Ben P" <BenP@.discussions.microsoft.com> wrote in message
news:B79F8D95-B0A9-46C6-B8C0-5F89BDEF02B9@.microsoft.com...
Hi All,
I have a recent requirement to move production databases from a Live Server
running SQL 2000 SP3a to a separate (new) server running SQL 2000 SP4 and
move this one into production
Currently, the new Server is running SQL 2000 SP3a (the same as the current
Live SQL server) as we were going to move User Databases to this version
until the requirement for SP4 came along.
Please can you advise what is the best procedure to acheive this with
minimal downtime and risk.
- Can User databases be moved to the New Server which has been upgraded to
SP4 or do all user databases need to be moved to the SP4 server, then the
server upgraded ?
- Clearly it would be more straightforward to upgrade the new Server to SP4
before moving User databases to it, but do not have info of the issues
concered with this.
Thanks in advance for you help and I hope to received a speedy response
Ben
|||Just to confirm - Does that mean we can upgrade the new Server to SP4, then
restore the user DBs from the SP3a server on to this new one with out any
issues? Obviusly Backing up the databases before hand and straight after the
restore
Ben
"Tom Moreau" wrote:

> You can do a simple backup/restore or detach/attach. However, for max
> uptime, consider log shipping. You're down only for the time it takes to
> kick out the users, and copy and restore the last log.
> --
> Tom
> ----
> Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
> SQL Server MVP
> Columnist, SQL Server Professional
> Toronto, ON Canada
> www.pinpub.com
> ..
> "Ben P" <BenP@.discussions.microsoft.com> wrote in message
> news:B79F8D95-B0A9-46C6-B8C0-5F89BDEF02B9@.microsoft.com...
> Hi All,
> I have a recent requirement to move production databases from a Live Server
> running SQL 2000 SP3a to a separate (new) server running SQL 2000 SP4 and
> move this one into production
> Currently, the new Server is running SQL 2000 SP3a (the same as the current
> Live SQL server) as we were going to move User Databases to this version
> until the requirement for SP4 came along.
> Please can you advise what is the best procedure to acheive this with
> minimal downtime and risk.
> - Can User databases be moved to the New Server which has been upgraded to
> SP4 or do all user databases need to be moved to the SP4 server, then the
> server upgraded ?
> - Clearly it would be more straightforward to upgrade the new Server to SP4
> before moving User databases to it, but do not have info of the issues
> concered with this.
> Thanks in advance for you help and I hope to received a speedy response
> --
> Ben
>
|||Yes. Be sure to transfer the logins first, as well as and SQL Server Agent
jobs. You may also want to look at any DTS packages that have the server
name hard-wired.
Tom
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Columnist, SQL Server Professional
Toronto, ON Canada
www.pinpub.com
"Ben P" <BenP@.discussions.microsoft.com> wrote in message
news:C1760DC8-F77A-40D1-BC0E-F4C0146E6118@.microsoft.com...
Just to confirm - Does that mean we can upgrade the new Server to SP4, then
restore the user DBs from the SP3a server on to this new one with out any
issues? Obviusly Backing up the databases before hand and straight after the
restore
Ben
"Tom Moreau" wrote:

> You can do a simple backup/restore or detach/attach. However, for max
> uptime, consider log shipping. You're down only for the time it takes to
> kick out the users, and copy and restore the last log.
> --
> Tom
> ----
> Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
> SQL Server MVP
> Columnist, SQL Server Professional
> Toronto, ON Canada
> www.pinpub.com
> ..
> "Ben P" <BenP@.discussions.microsoft.com> wrote in message
> news:B79F8D95-B0A9-46C6-B8C0-5F89BDEF02B9@.microsoft.com...
> Hi All,
> I have a recent requirement to move production databases from a Live
> Server
> running SQL 2000 SP3a to a separate (new) server running SQL 2000 SP4 and
> move this one into production
> Currently, the new Server is running SQL 2000 SP3a (the same as the
> current
> Live SQL server) as we were going to move User Databases to this version
> until the requirement for SP4 came along.
> Please can you advise what is the best procedure to acheive this with
> minimal downtime and risk.
> - Can User databases be moved to the New Server which has been upgraded to
> SP4 or do all user databases need to be moved to the SP4 server, then the
> server upgraded ?
> - Clearly it would be more straightforward to upgrade the new Server to
> SP4
> before moving User databases to it, but do not have info of the issues
> concered with this.
> Thanks in advance for you help and I hope to received a speedy response
> --
> Ben
>
|||Thanks for the update Tom
Will will be transferrring the logins, but creating new maintenance plan
jobs on the SP4 upgraded server.
Will these Maintenance plans work ok on the Databases transferred from the
SP3a server ?
Ben
"Tom Moreau" wrote:

> Yes. Be sure to transfer the logins first, as well as and SQL Server Agent
> jobs. You may also want to look at any DTS packages that have the server
> name hard-wired.
> --
> Tom
> ----
> Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
> SQL Server MVP
> Columnist, SQL Server Professional
> Toronto, ON Canada
> www.pinpub.com
> "Ben P" <BenP@.discussions.microsoft.com> wrote in message
> news:C1760DC8-F77A-40D1-BC0E-F4C0146E6118@.microsoft.com...
> Just to confirm - Does that mean we can upgrade the new Server to SP4, then
> restore the user DBs from the SP3a server on to this new one with out any
> issues? Obviusly Backing up the databases before hand and straight after the
> restore
> --
> Ben
>
> "Tom Moreau" wrote:
>
>

No comments:

Post a Comment