I have been through many federation tutorials, but all of them are dealing with how to get data into the federations and somehow missing the part that explains how to query the data after it’s there.
I found in the documentation that you cannot join between federation tables. I wonder, how exactly do I query the tables? Will my current SPs continue to work with the new federation DBs? Is there any advanced tutorial on how to query the data?
You need to keep calling the command that connects you to the correct federation first. Then you can query within that federation to your heart’s content:
http://msdn.microsoft.com/en-us/library/windowsazure/hh597457.aspx
This is important for folks using ADO.NET, data readers, etc.
There are also some considerations for Entity-Framework folks:
http://msdn.microsoft.com/en-us/library/windowsazure/hh689720.aspx