Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
其实我得搞清楚MSSQL 2000升级到MSSQL 2005的兼容性。MSSQL 2000是安装在Citrix box里面的。我通过备份数据库并在本地计算机中恢复来进行并行升级。现在我必须弄清楚这些应用程序是否可以在 MSSQL 2005 中运行。
您可能需要提供有关这些应用程序是什么的更多信息,但大概最简单的方法是将它们重定向到 SQL 2005 数据库并运行您的测试套件以查看它们是否仍按预期运行。
请记住,在安装 SQL 2005 时要选择适用于您的应用程序的排序规则(使用与 SQL 2000 兼容的排序规则可能是这里的最佳选择)。