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.
我曾经连接到SQL Server2000。是否可以改成SQL Server2005?如果是,如何更改设置?多谢。
您可以使用基本相同的连接字符串连接到 MSSQL2k5,向后兼容是 MS 平台的一大特点。
请注意,您需要将表(可能还有数据库)迁移到新服务器安装的数据库中。
我记得 EntLib 1.0 代码没有利用 MSSQL2k5 上的功能。