.net 4.0 运行时可以与 SQL Server 2000 一起使用吗?
根据 本文,Visual Studio 2010 不再支持 SQL Server 2000。但是,关于运行时(以及诸如ASP.net 4.0、Linq2SQL 和 EF)将与其配合使用。根据该文章,似乎只有设计时功能需要 SQL Server 2005 或更高版本。
我有一个需要 SQL Server 2000 的项目,因为它有一些遗留的 SQL Server 扩展过程,这些过程似乎无法在更高版本的 SQL Server 中工作(导致崩溃,而且我没有扩展过程的源代码)。我可以在 SQL Server 2005 或 2008 中完成设计工作,因为我在设计时不需要 XP。但我需要知道如果我使用 ASP.NET 4.0 和 Linq2SQL 或 EF,最终编译的应用程序是否可以在 SQL Server 2000 上运行。
有人有让这个工作的经验吗?
或者,如果它不起作用,我可以通过使用第二个安装的 SQL Server(即 SQL Server 2008 并使用 SQL 2000 的链接表)来解决该问题吗?
According to this article, Visual Studio 2010 no longer supports SQL Server 2000. However, it's a bit less clear on whether the runtime (and things like ASP.net 4.0, Linq2SQL and EF) will work with it. It seems that only the design-time features require SQL Server 2005 or greater according to that article.
I have a project that requires SQL Server 2000 because it has some legacy SQL Server Extended Procs that don't seem to work in later versions of SQL Server (causes crashes, and I don't have the source to the extended procs). I can do my design work in SQL Server 2005 or 2008 as I don't need the xp's at design time. But I need to know if the final compiled app will function on SQL Server 2000 or not if I use ASP.NET 4.0 and Linq2SQL or EF.
Anyone have any experience getting this to work?
Alternatively, if it did not work, could I get around the problem by using a second install of SQL Server that is SQL Server 2008 and uses linked tables to the SQL 2000?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是
甚至是 SQL Server 2008 本机客户端支持SQL Server 2000
Yes
Even SQL Server 2008 Native Client supports SQL Server 2000