SQL Azure Federations - Development Environment
My development environment is based on local databases (SQL Server) and now I need to move our application based on SQL Azure Federations. Is there a way to "emulate" SQL Azure Federations on-premises? Or will our development environment change?
+3
Guilherme ferreira
source
to share
1 answer
afaik, you can't.
while you can simulate parsing data on your local SQL Server in terms of storage (like table partitions or partitioned views), you cannot simulate FEDERATION statements (like USE FEDERATION, etc.) as they are valid only in Azure SQL Database Federations.
+3
JuneT
source
to share