Federation merge still not available?

Is it still not possible to perform a merge operation which merges the content of two SQL Azure federations?
Considering that SQL Azure does not support cross-database SELECT/INSERT's, it almost sounds like I would need to retrieve all data from one federation, store it in some persistent format in blob storage, perform a DROP operation to extend an existing federation
and then import the data back into SQL Azure.
Is this still the case?

I'm sorry that you're having issues with SQL Database Federations.  Unfortunately we are in the process of deprecating Federations, in part based on customer feedback.
You can find more details on the deprecation plan at http://msdn.microsoft.com/en-us/library/azure/hh597452.aspx
Thanks Guy

Similar Messages

  • Why is the Good Wife latest episode still not available on Itunes Canada?

    why is the Good Wife latest episode still not available on Itunes Canada?

    FYI, the two episodes currently missing from iTunes Canada (Nov 17 "The Next Month" and Nov 24 "Whack-a-Mole") are available online for Global TV "subscribers":
    http://www.globaltv.com/thegoodwife/
    None of us are realy "Global TV subscribers", we are customers of one TV service provider or another, aka cable and satellite companies. Alas, I am in the situation where my service provider - Bell TV - has apparently not yet reached an agreement with Global, so I am hooped twice. I paid iTunes for a season pass that seems to have stopped delvering content. And I pay Bell TV for content which Global says I can only get in online form once Global and Bell reach some kind of agreement, although Shaw, Telus and Cogeco subscribers are already receiving it.
    https://www.globaltv.com/signin/
    Be nice if these companies could get their acts together, especially Apple iTunes.
    I've paid them $49.99 for the Good Wife season pass.

  • Javadoc for NW2004s Still Not Available

    Hello,
    I would like to ask why is the javadoc for NetWeaver 2004s still not available?
    The SPS07 (which was promised to be the oficially first version released globally) was published some month ago. The sneak preview is also free for download for some time.
    But the installations of both released versions do not contain the javadoc.
    There is some javadoc for older libraries included in NWDS help; but there is no javadoc for newer components like CAF/GP. And all references to javadoc point to a page on SDN mentioning that NW2004s javadoc is not released yet.
    Why you keep the NW2004s javadoc hidden from the developers' eyes? What is so secret in it?
    We need the javadoc! Please publish it!
    Thanks in forward!
    Regards
    Tomas Kuba
    System Architect
    LogicaCMG CEE

    The Javadoc for NW2004s is now available. See https://www.sdn.sap.com/irj/sdn/javadocs

  • Flv export still not available after upgrade

    After upgrading to Flash CS3 the option to export to flv is
    still not available on my Intel Mac from Quicktime Pro or Final Cut
    Pro 5.1.14. I upgraded with the understanding that the new version
    would be universal binary and would offer this ability that was
    there on PPC Macs. Is anyone else having this problem?

    Well i solved it my self i just reinstalled the upgrade v30.0.018 and it works just fine now :-D
    N97 White (RM-507) V12.2.024
    http://www.n97geeks.com/

  • Data Federator data source not available causes Universe Connection error

    I created a Data Federator project that connects to 20 servers across US and Canada.  All data sources are SQL Server 2005.  The DF project maps 40 source objects into 4 target objects.  I created a universe based on the DF project and we have been quite pleased with Webi query response.  Today one of the source servers was taken off line and this generated a connection error when trying to access the universe (not trying to access the data source that failed).  We do not want the universe connection to error when one source server is not available u2013 is that possible?
    If the answer is no then I see us abandoning what appears to be a great solution for real time distributed reporting and resorting to ETL and moving data.

    Hi Chapman,
    Can you be little elobrate on what you have done to solve the issue.
    Thanks,
    Dayanand

  • Oracle is still not available

    Hi
    This is help request #2 (#1 was Oracle not available???)
    Maybe it's on me and i'm to stupid to make it work, but it has
    to work.
    First thanx to the contributions to #1
    OK, i still need an access to our oracle805 DB via network. My
    listener is running and "lsnrctl status"
    tells me that my oracle instance has 1 service handler. so i
    guess it is working fine. My instance is running, 'cause i can
    login via sqlplus <login>/<password>. BUT it dosen't work in a
    loopback like sqlplus <login>/<password>@<SID>
    By doing this i get an "ORACLE is not available" error - and
    this doesn't make any sense to me. The environment (ORACLE_SID
    and ORACLE_HOME) is set correctly.
    I don't know what i should do now and i really hope there is
    somebody who can help me.
    This is my listener.ora file
    LISTENER=(ADDRESS_LIST=
    (ADDRESS = (PROTOCOL = TCP)(Host = <IP>)(Port = 1521))
    (ADDRESS = (PROTOCOL = TCP)(Host = 127.0.0.1)(Port = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = oracle.world))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS = (PROTOCOL = IPC)(KEY = <SID>))
    (ADDRESS = (PROTOCOL = IPC)(KEY = <SID>.world)))
    SID_LIST_LISTENER=(SID_LIST =
    (SID_DESC =(GLOBAL_DBNAME =<SID>.world)
    (SID_NAME = <SID>)
    (ORACLE_HOME = <$ORACLE_HOME>))
    (SID_DESC = (SID_NAME = extproc)
    (PROGRAM = extproc)))
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    This is my tnsnamens.ora
    <SID>.world =(DESCRIPTION =(ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = <SID>))
    (ADDRESS = (COMMUNITY = tcp.world)(PROTOCOL = TCP)(Host = <IP>)
    (Port = 1521)))
    (CONNECT_DATA = (SID = <SID>)))
    Thanx in advance
    Armin
    null

    Armin Penneckendorf (guest) wrote:
    : Hi
    : This is help request #2 (#1 was Oracle not available???)
    : Maybe it's on me and i'm to stupid to make it work, but it has
    : to work.
    : First thanx to the contributions to #1
    : OK, i still need an access to our oracle805 DB via network. My
    : listener is running and "lsnrctl status"
    : tells me that my oracle instance has 1 service handler. so i
    : guess it is working fine. My instance is running, 'cause i can
    : login via sqlplus <login>/<password>. BUT it dosen't work in a
    : loopback like sqlplus <login>/<password>@<SID>
    : By doing this i get an "ORACLE is not available" error - and
    : this doesn't make any sense to me. The environment (ORACLE_SID
    : and ORACLE_HOME) is set correctly.
    : I don't know what i should do now and i really hope there is
    : somebody who can help me.
    : This is my listener.ora file
    : LISTENER=(ADDRESS_LIST=
    : (ADDRESS = (PROTOCOL = TCP)(Host = <IP>)(Port = 1521))
    : (ADDRESS = (PROTOCOL = TCP)(Host = 127.0.0.1)(Port = 1521))
    : (ADDRESS = (PROTOCOL = IPC)(KEY = oracle.world))
    : (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    : (ADDRESS = (PROTOCOL = IPC)(KEY = <SID>))
    : (ADDRESS = (PROTOCOL = IPC)(KEY = <SID>.world)))
    : SID_LIST_LISTENER=(SID_LIST =
    : (SID_DESC =(GLOBAL_DBNAME =<SID>.world)
    : (SID_NAME = <SID>)
    : (ORACLE_HOME = <$ORACLE_HOME>))
    : (SID_DESC = (SID_NAME = extproc)
    : (PROGRAM = extproc)))
    : STARTUP_WAIT_TIME_LISTENER = 0
    : CONNECT_TIMEOUT_LISTENER = 10
    : TRACE_LEVEL_LISTENER = OFF
    : This is my tnsnamens.ora
    : <SID>.world =(DESCRIPTION =(ADDRESS_LIST
    =
    : (ADDRESS = (PROTOCOL = IPC)(KEY = <SID>))
    : (ADDRESS = (COMMUNITY = tcp.world)(PROTOCOL = TCP)(Host = <IP>)
    : (Port = 1521)))
    : (CONNECT_DATA = (SID = <SID>)))
    : Thanx in advance
    : Armin
    I had the same problem once, my ORACLE_BASE directory
    (/apps/oracle) had wrong permissions (I'can't remember te
    correct ones, i believe i set it to 777)
    null

  • Patch 4329444 still not available for windows??

    Hello,
    I've done a fresh install of GC 10gR2 on windows. I planned to upgrade it to 10gR3 today but the patch 4329444 that the documentation says to install is not available on metalink? It's available for Linux only..the doco says it should be available in Feb 2007.
    So is anyone running R3 on windows? if so, did you just bypass the patch?
    Thanks.

    Got a response from Oracle...
    Support said to do the upgrade on the database to 10.2 and then follow the other steps. The weird thing is if you check the Grid Control Checker, it says 10.1.0.4+ is supported for 10gR3 OMS...which makes me wonder why do i have to bother with the upgrade.
    If anyone is running GC 10gR3 on windows, i would like to know what they did..
    Thanks.

  • Why is lightning to 30 pin adapter still not available in november

    iPhone 5 (and lightning) launch was in september and the apple site said that adapters would be shipping in october. This is now november and the site still says shipping in 5-7 days. How was this overlooked during the iphone 5 production? No one at apple thought until september that people might need/want a lightning to 30 pin adapter for all the 30 pin accessories collected for various ios devices over the past 10 years?
    I've never been a fan of iOS but have always liked apple hardware and the fact that music syncing to ipods and iphones is so simplified (on android, you have to jump through a few hoops and there's still no good car integration for android, probably to fragmentation of android device manufacturers) and the fact that it's not difficult to find an iphone car solution (beyond aux port or fm xmitter). But this sudden change in charging/data port should have been planned much better esp coming from a company of apple's caliber.
    I guess I'm just wondering if there is a good answer for such a lack of availability of such a ubiquitous accessory. $200-400 for a phone from a company with $100 billion in cash and I don't even have the option to get my hands on an adapter in stores over a month later. Any explanations from apple or other apple device users would be much appreciated to quell my frustration.

    Hi - sorry but this is a user to user forum - there is no way of knowing why Apple is doing what they do - and they don't monitor this forum either - so the only way to answer your questions is to contact Apple Support directly at - http://www.apple.com/support/contact/ - or you can register your opinions at -
    http://www.apple.com/feedback/

  • 10.0.2 reader for Windows still not available

    hi - over 6 hours after the security bulletin was released there is still no 10.0.2 reader for Windows available - please could Adobe advise when this will be online?
    I'm looking at both of these locations and 10.0.1 is the latest...
    http://www.adobe.com/support/downloads/new.jsp
    ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/

    The advisory makes perfect sense - you're getting mixed up between "Adobe Reader" and "Adobe Acrobat".
    Acrobat X users on Windows and Mac should update to 10.0.2 now. The patch is deployed, use "check for updates" to download it.
    Adobe Reader X users on Mac should update to 10.0.2 now. The patch is deployed, use "check for updates" to download it or click here.
    Adobe Reader X users on Windows should use Protected Mode, which will remove any threat until the quarterly cycle patch in June.
    Adobe Acrobat and Adobe Reader 9.4.2 users should update to 9.4.3 now. The patch is deployed, use "check for updates" to download it.
    If users have disabled Protected Mode for specific reasons, this is done at their own risk. Adobe does not recommend disabling Protected Mode except for closed environments where third-party tools are unsupported and the safety of PDF files opened by Adobe Reader can be warranted by other means.
    The advisory released yesterday is very poorly written.  The first
    half of the second paragraph specifically recommends users update to
    10.0.2 and 9.4.3 to mitigate the vulnerability:
    Adobe
    recommends users of Adobe Reader X (10.0.1) for Macintosh update to
    Adobe Reader X (10.0.2). For users of Adobe Reader 9.4.2 for Windows and
    Macintosh, Adobe has made available the update, Adobe Reader 9.4.3.
    Adobe recommends users of Adobe Acrobat X (10.0.1) for Windows and
    Macintosh update to Adobe Acrobat X (10.0.2). Adobe recommends users of
    Adobe Acrobat 9.4.2 for Windows and Macintosh update to Adobe Acrobat
    9.4.3.
    Only at the end of the paragraph does it mention that the update will not be made available until June for 10.0.1.

  • Amber Update still not available on my Lumia920

    Hi, I have a Nokia Lumia 920 (I think is unbranded) and I still didn't received the update
    Manufacturer Name: RM-821_eu_france_267
    Mobile Operator: 000-FR
    Configuration ID: 150675
    Label ID: 1232.5957.9200.10211.142
    And the current firmware version is: 1232.5957.1308.0001
    And I'm currently on Portugal...
    But france and portugal have Country Variant already available
    http://www.nokia.com/global/support/software-update/wp8-software-update/availability-in-europe/
    France even have Orange Available
    Why I can't update? I've never flashed my phone... So it's still an original ROM.

    Hi,
    I have the same "problem" (question) as the OP.
    I live in Hungary, having a phone with French software.
    It's not SFR variant, it's unbranded (000-FR).
    What is funny is that this Amber availability status site is lying or not updated frequently enough:
    They state that in France the CV (country variant) version is available, and except SFR all the other versions too.
    They also state that in Hungary, only the CV version is available.... my friend got a Hungarian branded L920 (Telenor) and he had already updated his phone to Amber....
    So according to these data my phone should already have the update (and my friend's one shouldn't).
    I don't get it.... and don't get me wrong, I have no problem with patience and waiting, I just don't understand this 'logic'.

  • Tkprof Still not Available for Windows/9i

    When is Oracle going to fix this.
    I just downloaded the new release for Win XP and they still have not included TKPROF. This has been a know bug (#2007918)for some time, when is this going to be fixed.
    I can't get a straight answer out of anybody.
    Does anybody out there have any clue what is going on ?

    read message titled: Patchset for 901 on NT. I replied there.
    There is a patch that is avail to fix this for NT/2000. I dont know about the XP version.

  • Itunes music store still not available in AUSTRALIA

    I was so excited to watch the October 12 video stream and was sitting on the edge of my seat when I saw the ipod video revealed before my eyes, i was so excited I logged on and bought one straight away forgettign why I originally started watchign the video stream. i started watching originally to see if Steve Jobbs would announce music store available in Australia. Act I, Act II, Act III, one more thing and the finale and encore came and went. I was so shocked that after all this time Australia still does not have access to purchase music and now video and TV programs. Would somebody care to comment. I have written 5 letters to Apple and of course there has never been a response from the company. I am sure I am not he only one there must be more voices who would like to comment...

    I read sometime back that they were in negotiations with the music labels for an iTunes Music Store in Australia but some labels as you may know are now insisting music downloads be more costly than 99 cents to which Steve Jobs has replied that they are getting greedy.
    Apple has been trying to reject a price increase and as they will have to renew existing agreements soon with labels for countries in which there is already an iTunes Music Store that will likely also be an issue in future to be resolved. I don't think there will be an iTunes Music Store launch for Australia till negotiations with music labels are completed.

  • 10.3 still not available q10

    Hi, iam using unlocked BBQ10 in pakisan, the problem which iam facing is still no sign on 10.3 update on my phone i have tried the sim in and out procedure with mobile network switched off still no luck, i would like to know why and what is the reason behind this mess? meanwhile my collegues are enjoing 10.3 on their devices ??? pls

    Hi and Welcome to the Community!
    The reason is simple...the carriers continue to control the release of OS updates to their end users...such is as it has always been. Plus, you might want to "feel lucky"...when you posted this there were many many thousands of posts with terrible issues with that release. This last Friday, a new update was released which has resolved a great many of those terrible issues. So I recommend you update to that version (10.3.1.2558) rather than the difficult one that your friends may now have. If it is not offered by your carrier, then you can use Sachesi or AutoLoader to install it.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Full-res Photo & Video both is still not available...

    I got only photos + videos backup feature in the phone but yesterday I reset my phone then only photos backup feature is available.
    What to do??
    I also check the phone update & app update via lumia pusher.
    Please solve my problem asap as I want backup of videos.
    Attachments:
    Screenshot (13).png ‏157 KB

    Have you taken any videos with your phone since the reset? If not, take one now and check the backup setting again. 

  • IOS 7 icon support still not available in air 3.9

    I am using Flash Builder 4.7 with Air 3.9 (with IOS 7 icon support) running on Win 8.
    I have been battling to get a simple app on the Apple App Store because although the latest AIR 3.9 (with IOS 7 icon support) does not give an error when exporting the release build, when I try submitting my app (Using Application Loader on Mac OS X) it complains about missing icons.
    When will this problem be resolved?  Does anyone have an ETA?  

    You can edit the xml then compile with command line. But I am still having a few tweaking issues but it should work this way.  But yes I hope we get a new build soon.....

Maybe you are looking for

  • Error reading/writing file "com.apple.logic.pro.cs"

    this is happening every time i save. any idea what's going on anyone?

  • My online number in my account is also used by som...

    Hello from the Netherlands, Yesterday i bought an online number for skype. I was able to choose from several telephone numbers. I choosed one. I payed etc. Also in my account overview under online number you can see the number i choosed. When I call

  • Broadcast message

    Hi,       how to send the message to all users within 10 mins server will stops to log off all the users before that.what is the proceddure to broadcast the message to users. Thanku

  • Effects on text?

    How come you can put a preset "Graphic Style" on a text layer, and then completely change a gradient, for example, that shows up from one of the Graphic Styles on the Appearance panel, but on another text layer (with no styles applied) which just has

  • Has anybody successfully installed VDI 3.4 or 3.4.1?

    Hello to all, is there anybody out there, who has successfully installed VDI 3.4 or 3.4.1, under full patched Solaris 10/x64? I've tried to installed as an update of vdi 3.3.2 or as an fresh install. After I installed 3.4 or 3.4.1 the same errormessa