我想使用 VS2010 和 SQL Server Express 2008 R2 更新我的计算机
我目前正在使用 VS2008 和 SQL Server Express 2005,并取得了巨大成功。我已经掌握了安装 VS2010 和 SQL Server 2008 Express R2 的所有知识,并计划在周末解决这个问题。我的问题是:
将我的系统更新到最新位的最佳方法是什么。我想完全卸载VS2008和SQL Server 2005并只使用最新的技术。然而,我不想要安装后所有剩余的绒毛,并且希望能够知道事情会按计划进行(尽管很少这样做)。最终,我想要一个干净的配置来了解最新和最好的东西。
任何人都可以看到此过程的问题:
- 卸载 SQL Server 2005
- 卸载 VS2008
- 安装 VS2010
- 安装 SQL Server 2008 R2
我在互联网上搜索了有关如何解决此问题的提示。我发现的大部分内容都是人们在这样做时遇到的问题。然而,这通常就是互联网的用途。当你遇到问题时。所以我在阅读所有内容时都牢记这一点。 :) 我本来打算“就这样做”,但认为最好将问题发布在这里,看看是否有人对此过程有建议或提示。
如果有任何意见,我将不胜感激。当然,一旦完成这些步骤,我就会更新这篇文章,以便未来的极客可以从我的发现中受益(好||坏)。
I'm currently using VS2008 with SQL Server Express 2005 with great success. I got all the bits to install VS2010 and SQL Server 2008 Express R2, and plan to tackle this over a weekend. My question is this:
What is the best approach to update my system to the latest bits. I'd like to uninstall VS2008 and SQL Server 2005 completely and just use the latest technologies. However, I don't want all the leftover fluff after install and would like to be able to know that things are going to go as planned (although they seldom do). Ultimately I want a clean configuration to get up to date with the latest and greatest stuff.
Could anybody see a problem with this process:
- Uninstall SQL Server 2005
- Uninstall VS2008
- Install VS2010
- Install SQL Server 2008 R2
I've searched all over the internet for tips on how to approach this. Most everything that I'm finding are the problems that people have when doing this. However, that's typically what the internet is for; when you have problems. So I'm reading everything with that in mind. :) I was going to "just do it", but figured it might be best to post the question out here to see if anybody has suggestions or tips for this process.
I'd appreciate any comments. Of course, I'll update this post once I've completed the steps so future geeks can benefit from my findings (good || bad).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以节省一些时间,将 VS2010 和 SQL2008 与您当前的版本并排安装 - 它们可以很好地共存。
You can just save yourself some time and install VS2010 and SQL2008 side by side with the current versions you have - they co-exist nicely.
我正在回答我自己的问题,因为没有其他人这样做......也许这是一个格式不正确的问题。
无论如何,我遵循了最初问题中概述的步骤,并在此过程中遇到了一些细微差别。
除此之外,我对这个过程的简单性感到非常满意。我仍然需要解决 ASP.NET 调试问题,并计划在解决后更新此答案...
I'm answering my own question because nobody else did... Perhaps this was a poorly formatted question.
Regardless, I followed the steps outlined in my initial question and had a few nuances along the way.
Other than that, I'm very pleased with how easy the process was. I still need to figure our the ASP.NET debugging issue, and plan to update this answer once I do...