Order of install/uninstall of VS 2008 and SQL Server 2008

送分小仙女□ 提交于 2019-12-11 03:06:52

问题


I have VS 2008 Trial edition, SDK, and SQL Server 2008 currently. But I need to uninstall VS 2008 Trial and replace it with VS 2008 Professional. If I uninstall VS 2008 while keeping SQL Server 2008, then if I install VS 2008 Pro will SQL Server databases still be accessible from the new VS 2008 Pro? And do I install the SDK after VS 2008?


回答1:


Microsoft offers very specific instructions for this issue.

This is what worked for us:

  1. Uninstall VS 2008 Trial
  2. Uninstall SQL Server 2008
  3. Install VS 2008 Professional
  4. Install VS 2008 SP1
  5. Install SQL Server 2008
  6. Install SQL Server 2008 SP1



回答2:


Will SQL still be accessible?

Yes, but only if you do the correct order of install.

Do I install SDK after VS2008?

Correct, but it must be applied after the service pack.

side-note: From Windows 10 onwards SQL-2008 is NOT supported (but does work).


This is the correct order of install for VS2008 with SQL 2008:

  1. Option: Uninstall all packages (recommended).
    • Alternate: Upgrade your install to pro.
  2. Install Visual Studio 2008 Pro (if you didn't upgrade).
  3. If you use Team Explorer install it now, before SP1!!
  4. Update VS2008 packages to SP1 (always).
  5. If you use the SDK you can install install it now.
  6. Run the SQL Server 2008 installer (always).
  7. Update SQL Server 2008 r2 SP3, or SQL Server 2008 SP4.
  8. Install later cumulative updates to all products if required. example


来源:https://stackoverflow.com/questions/3121945/order-of-install-uninstall-of-vs-2008-and-sql-server-2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!