开发者

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

开发者 https://www.devze.com 2023-01-04 15:47 出处:网络
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, th

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 Serv开发者_开发知识库er databases still be accessible from the new VS 2008 Pro? And do I install the SDK after VS 2008?


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


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
0

精彩评论

暂无评论...
验证码 换一张
取 消