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:
- Uninstall VS 2008 Trial
- Uninstall SQL Server 2008
- Install VS 2008 Professional
- Install VS 2008 SP1
- Install SQL Server 2008
- 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:
- Option: Uninstall all packages (recommended).
- Alternate: Upgrade your install to pro.
- Install Visual Studio 2008 Pro (if you didn't upgrade).
- If you use Team Explorer install it now, before SP1!!
- Update VS2008 packages to SP1 (always).
- If you use the SDK you can install install it now.
- Run the SQL Server 2008 installer (always).
- Update SQL Server 2008 r2 SP3, or SQL Server 2008 SP4.
- Install later cumulative updates to all products if required. example
精彩评论