dbTalk Databases Forums  

Upgrade SQL2000 to SQL2005

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss Upgrade SQL2000 to SQL2005 in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Thomas R Grassi Jr
 
Posts: n/a

Default Upgrade SQL2000 to SQL2005 - 12-20-2009 , 09:15 PM






I have Windows 2003 R2 Standard SP2 Server running SQL 2000 SP4 Standard

I want to upgrade to SQL 2005 Standard

I only have One Database that is in production use

I was planning to do an inplace upgrade

Any thoughts on this

Should I detach the database first or should I leave it alone

Of course I will make a full backup of the database first


Your thoughts and Ideas will be appreciated

Thanks

Tom

Reply With Quote
  #2  
Old   
Hank Arnold
 
Posts: n/a

Default Re: Upgrade SQL2000 to SQL2005 - 12-21-2009 , 04:03 AM






Thomas R Grassi Jr wrote:
Quote:
I have Windows 2003 R2 Standard SP2 Server running SQL 2000 SP4 Standard

I want to upgrade to SQL 2005 Standard

I only have One Database that is in production use

I was planning to do an inplace upgrade

Any thoughts on this

Should I detach the database first or should I leave it alone

Of course I will make a full backup of the database first


Your thoughts and Ideas will be appreciated

Thanks

Tom


I would:

1) use Enterprise Manager to back up your database.
2) Upgrade

I've done this a couple of times with no problems at all...

--

Regards,
Hank Arnold
Microsoft MVP
Windows Server - Directory Services
http://mypcassistant.blogspot.com/

Reply With Quote
  #3  
Old   
paulc
 
Posts: n/a

Default Re: Upgrade SQL2000 to SQL2005 - 12-23-2009 , 10:32 AM



I, too, am planning an upgrade to 2005. However, we have over 100 DTS' that
run against the 2000 version. According to the SQL 2005 Upgrade Advisor,
2005 doesn't use DTS' any more. It did say they will continue to run, but I
wonder how they can is 2005 doesn't use them.
"Hank Arnold" <rasilon (AT) aol (DOT) com> wrote

Quote:
Thomas R Grassi Jr wrote:
I have Windows 2003 R2 Standard SP2 Server running SQL 2000 SP4 Standard

I want to upgrade to SQL 2005 Standard

I only have One Database that is in production use

I was planning to do an inplace upgrade

Any thoughts on this

Should I detach the database first or should I leave it alone

Of course I will make a full backup of the database first


Your thoughts and Ideas will be appreciated

Thanks

Tom

I would:

1) use Enterprise Manager to back up your database.
2) Upgrade

I've done this a couple of times with no problems at all...

--

Regards,
Hank Arnold
Microsoft MVP
Windows Server - Directory Services
http://mypcassistant.blogspot.com/

Reply With Quote
  #4  
Old   
Hank Arnold
 
Posts: n/a

Default Re: Upgrade SQL2000 to SQL2005 - 12-24-2009 , 06:37 AM



A good reason to have a backup before upgrading.

--

Regards,
Hank Arnold
Microsoft MVP
Windows Server - Directory Services
http://mypcassistant.blogspot.com/

paulc wrote:
Quote:
I, too, am planning an upgrade to 2005. However, we have over 100 DTS' that
run against the 2000 version. According to the SQL 2005 Upgrade Advisor,
2005 doesn't use DTS' any more. It did say they will continue to run, but I
wonder how they can is 2005 doesn't use them.
"Hank Arnold" <rasilon (AT) aol (DOT) com> wrote in message
news:uMRnfTigKHA.6096 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Thomas R Grassi Jr wrote:
I have Windows 2003 R2 Standard SP2 Server running SQL 2000 SP4 Standard

I want to upgrade to SQL 2005 Standard

I only have One Database that is in production use

I was planning to do an inplace upgrade

Any thoughts on this

Should I detach the database first or should I leave it alone

Of course I will make a full backup of the database first


Your thoughts and Ideas will be appreciated

Thanks

Tom
I would:

1) use Enterprise Manager to back up your database.
2) Upgrade

I've done this a couple of times with no problems at all...

--

Regards,
Hank Arnold
Microsoft MVP
Windows Server - Directory Services
http://mypcassistant.blogspot.com/


Reply With Quote
  #5  
Old   
Russell Fields
 
Posts: n/a

Default Re: Upgrade SQL2000 to SQL2005 - 12-24-2009 , 07:36 AM



Yes, DTS is deprecated and does not ship with SQL Server 2005 (or 2008).
However, you can continue to use DTS just fine if you download the optional
installs that can be found here:
http://msdn.microsoft.com/en-us/sqlserver/aa336314.aspx

Download and install the "Microsoft SQL Server 2000 DTS Designer Components
" and "Microsoft SQL Server 2005 Backward Compatibility Components". Then
you can continue to use DTS packages without upgrading them to SSIS.

FWIW,
RLF

"paulc" <paulc (AT) mmcwm (DOT) com> wrote

Quote:
I, too, am planning an upgrade to 2005. However, we have over 100 DTS'
that run against the 2000 version. According to the SQL 2005 Upgrade
Advisor, 2005 doesn't use DTS' any more. It did say they will continue to
run, but I wonder how they can is 2005 doesn't use them.
"Hank Arnold" <rasilon (AT) aol (DOT) com> wrote in message
news:uMRnfTigKHA.6096 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Thomas R Grassi Jr wrote:
I have Windows 2003 R2 Standard SP2 Server running SQL 2000 SP4 Standard

I want to upgrade to SQL 2005 Standard

I only have One Database that is in production use

I was planning to do an inplace upgrade

Any thoughts on this

Should I detach the database first or should I leave it alone

Of course I will make a full backup of the database first


Your thoughts and Ideas will be appreciated

Thanks

Tom

I would:

1) use Enterprise Manager to back up your database.
2) Upgrade

I've done this a couple of times with no problems at all...

--

Regards,
Hank Arnold
Microsoft MVP
Windows Server - Directory Services
http://mypcassistant.blogspot.com/


Reply With Quote
  #6  
Old   
paulc
 
Posts: n/a

Default Re: Upgrade SQL2000 to SQL2005 - 01-04-2010 , 02:53 PM



Thanks, Russell. My boss almost went apoplectic when I told him DTS' were
not suppored in SQL 2005. I think he has over 50 that he uses on a regular
basis.
"Russell Fields" <RussellFields (AT) nomail (DOT) com> wrote

Quote:
Yes, DTS is deprecated and does not ship with SQL Server 2005 (or 2008).
However, you can continue to use DTS just fine if you download the
optional installs that can be found here:
http://msdn.microsoft.com/en-us/sqlserver/aa336314.aspx

Download and install the "Microsoft SQL Server 2000 DTS Designer
Components " and "Microsoft SQL Server 2005 Backward Compatibility
Components". Then you can continue to use DTS packages without upgrading
them to SSIS.

FWIW,
RLF

"paulc" <paulc (AT) mmcwm (DOT) com> wrote in message
news:uhgJ$1%23gKHA.5608 (AT) TK2MSFTNGP05 (DOT) phx.gbl...
I, too, am planning an upgrade to 2005. However, we have over 100 DTS'
that run against the 2000 version. According to the SQL 2005 Upgrade
Advisor, 2005 doesn't use DTS' any more. It did say they will continue
to run, but I wonder how they can is 2005 doesn't use them.
"Hank Arnold" <rasilon (AT) aol (DOT) com> wrote in message
news:uMRnfTigKHA.6096 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Thomas R Grassi Jr wrote:
I have Windows 2003 R2 Standard SP2 Server running SQL 2000 SP4
Standard

I want to upgrade to SQL 2005 Standard

I only have One Database that is in production use

I was planning to do an inplace upgrade

Any thoughts on this

Should I detach the database first or should I leave it alone

Of course I will make a full backup of the database first


Your thoughts and Ideas will be appreciated

Thanks

Tom

I would:

1) use Enterprise Manager to back up your database.
2) Upgrade

I've done this a couple of times with no problems at all...

--

Regards,
Hank Arnold
Microsoft MVP
Windows Server - Directory Services
http://mypcassistant.blogspot.com/




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.