Data Sync: 500 tables limits on getting schema information

已答复 Data Sync: 500 tables limits on getting schema information

  • Wednesday, February 22, 2012 1:37 PM
     
     

    Hello,

    We are setting up the replication of an SQL Azure database but we get the following error while trying to get the schema information of this database:

    "Getting schema information for the database failed with the exception "Unable to process a schema with XXXX tables, 500 is the max"

    Is there a workaround to this problem, or any plan to remove this limitation in the near furtur.

    Best regards.

All Replies

  • Wednesday, February 22, 2012 2:38 PM
     
     Answered

    As advised we are testing the following workaround listed here:

    http://social.msdn.microsoft.com/Forums/en-US/ssdsgetstarted/thread/7194e74f-ee1e-4116-af1c-6e991ebe6dfa

    1) We create a temp database and create by script the tables we want to replicates on the database (less than 500 tables per synchronisation group)

    2) We create our synchronisation group, with our source database as the main database, we add our temp table and our destination table

    3) We select the tables we want to replicates from the temp table schema information

    4) Finally we remove the temp table from the sync group

    It seems to be working so far.

    • Marked As Answer by SpCh Wednesday, February 22, 2012 2:38 PM
    •