question

William avatar image
William asked

SQL Server 2008 in-place upgrade - Remove SQL Server 2005 components

The following SQL Server 2005 components are installed after SQL Server 2008 in-place upgrade:
Microsoft SQL Server 2005:
Microsoft SQL Server 2005 Backward compatibilty:
Microsoft SQL Server Native Client:
Microsoft SQL Server Setup Support Files (English):

According to the "SQL Server 2008 Upgrade Technical Reference Guide":

Setup removes the legacy executables and support files in addition to the legacy SQL Server 2000 tools. SQL Server 2005 tools are not removed.


I need to make room on the server so I'd like to know if I remove these components.

sql-server-2008upgrade
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Steinar avatar image
Steinar answered

Another solution could be to baclup your databases, script out logins with pwds, jobs, SSIS packets and so on. Then you can completely remove SQL 2005 and restore your backups, jobs, logins and other objects. But that is more work, and demands more care so that you do not loose anything

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Matt Whitfield avatar image
Matt Whitfield answered

I would say that the risk of removing them would far outweigh the benefit of the space you'll get back - they're not exactly huge components, after all.

You'd probably get more space back by deleting temp files, anyway...

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Manohar avatar image
Manohar answered

Hi,

For the first time, today, I upgraded (in-place) SQL Server 2005 standard edition to SQL Server 2008 enterprise edition with SP1 + Cumulative hotfixes.

I observed that SQL Server 2005 tools along with Visual Studio 2005 are still existing like in the machine along with SQL Server 2008 tools and Visual Studio 2008. I'm not sure if I have upgraded SQL 2005 to 2008 properly or not. I didn't get any errors and all went well.

I tried to google a lot about post upgrade but I didn't find anything.

Could anyone please let me know if I can ignore those tools or do I need to uninstall?

Please let me know if you need any more information.

Thanks, - Manohar

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.