Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
Hi! tried creating a federation from using sql server management studio but got this weird error after executing the CREATE FEDERATION command.  

here is the error message returned after executing the CREATE FEDERATION command:

Msg 343, Level 15, State 1, Line 1

Unknown object type 'Federation' used in a CREATE, DROP, or ALTER statement.


I just hope someone has ran into this before. 

Happy Coding..


What I have tried:

tried executing the command via sp_executesql stored procedure. different approach, same result.
Posted
Updated 30-May-16 10:10am

1 solution

C#
OOOh! found out Federation is no longer supported in azure sql database. The Azure Elastic Database seems to be its replacement.
This article gives more detail
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900