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 Server),现在我需要将我们的应用程序迁移到基于 SQL Azure 联合。有什么方法可以在本地环境中“模拟”SQL Azure 联合?或者我们的开发环境应该改变吗?
阿法克,你不能。
虽然您可以模拟本地 SQL Server 上数据的存储位置(例如,表分区或分区视图)的分区,但您无法模拟 FEDERATION 语句(即 USE FEDERATION 等),因为它们仅在 Azure SQL 数据库联合中有效。