How to connect Azure federated root database and apply federation in entity framework?
Answer / Darshan Kumar Singh
To connect an Azure Federated Root Database and apply federation in Entity Framework, you can follow these general steps:
1. Create a new Entity Data Model (EDM) XML file.
2. Add the Federation connection string to your app.config or web.config file.
3. Update your EDM XML file with the federated entities by using the SQL Server Metadata Explorer (SSME) tool.
4. Set up the Entity Framework context for federation using the Configuration class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are horizontal and vertical scaling?
What is SQL Azure Data sync?
How many servers can we create in a single subscription?
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
How do you handle datasets larger than 50 gb?
Define Business Edition in SQL Azure?
How many replicas are maintained for each sql azure db?
Explain iaas, paas and saas?
What is TDS(Tabular Data Stream) Gateway?
What is it’s similarity with sql server?
What are two difference between sql azure and azure tables?
What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?