Axapta v3.0 与 SQL 2005 一起使用吗?

发布于 2024-08-10 14:27:58 字数 230 浏览 9 评论 0原文

我设法找到了一个旧的 Axapta 版本来练习一些编程并学习一点 Axapta。问题是我无法启动它。我已经安装了 SP1-2-3 并启动了它,它应该创建数据库。它创建了一些表,然后我从 SQL Server 收到语法错误。有人告诉我,即使 SP1 对于 SQL 2005 来说也足够了。错误是“INDEX 附近的语法不正确”。我现在不知道该怎么办。我正在等待朋友从 MSDNAA 下载 SQL 2000。如果这里有Axapta专家,有什么建议吗?

I managed to find an old Axapta version to practice some programming and learn Axapta a little. The problem is I can't get it started. I had installed SP1-2-3 and started it, it is supposed to create the database. Well it creates some tables then I get a syntax error from SQL Server. I am told even SP1 was enough for SQL 2005. The error is 'Incorrect syntax near INDEX'. I don't know what to do at the moment. I am waiting for a friend to dl SQL 2000 from MSDNAA. If there are any Axapta experts here, any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

你げ笑在眉眼 2024-08-17 14:27:59

Narsil,还有另一个选项可以使 Axapta sp1 与 SQL Server 2005 一起使用。只需在 Management studio 中打开数据库属性,转到“选项”选项卡并将兼容性模式设置为 SQL Server 2000 - (80)。然后再次运行 Axapta 同步。这应该有效。

Narsil, there is another option to make Axapta sp1 work with SQL Server 2005. Just open properties of your database in Management studio, go to 'options' tab and set compatibility mode to SQL Server 2000 - (80). Afterwards run Axapta synchronization again. This should work.

人生戏 2024-08-17 14:27:59

为了使 Axapta v3.0 能够与 SQL Server 2005 一起使用,您需要应用内核汇总 (KR),而 SP1 上则不能。我相信 SP2 是 KR2 的最低要求,它将使您能够在 SQL Server 2005 上工作。

如果您只想使用一个小型数据库来学习 Axapta,那么您可以使用带有 SP4 的 MSDE,而不是 SQL Server 2005。您可以从此处获取它

我还没有尝试过在 SQL Server 2005 Express 上运行带有 KR2 或 KR3 的 Axapta v3,所以我不知道这是否有效。查看 KR2/3 文档,它看起来不受支持。

For Axapta v3.0 to work with SQL Server 2005, you will need to apply the Kernel Rollups (KR), which you can't on SP1. I believe SP2 is a minimum for KR2 which will you get you working on SQL Server 2005.

If you are only going to have a small database to learn Axapta, instead of SQL Server 2005 you can use MSDE with SP4. You can get it from here.

I have not tried Axapta v3 with KR2 or KR3 running on SQL Server 2005 Express, so I don't know if this even works. Looking at the KR2/3 documentation it does not look like it is supported.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文