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 2014 数据库中有一个存储过程。我需要从 Azure SQL 数据库调用此存储过程。
我该如何实施?
我已阅读有关弹性查询的信息,但我发现弹性查询仅适用于 Azure 数据库。
您不能,除非您将本地数据库移动到 Azure。
如果这不是 Azure,您可以使用链接服务器功能,但 Azure 不支持此功能。
或者,您可以尝试扭转情况并从受支持的本地数据库调用 Azure 过程。
https://msdn.microsoft.com/en-us/library/ms190479.aspx