Data Sync: 500 tables limits on getting schema information

Answered Data Sync: 500 tables limits on getting schema information

  • miércoles, 22 de febrero de 2012 13:37
     
     

    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.

Todas las respuestas

  • miércoles, 22 de febrero de 2012 14:38
     
     Respondida

    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.

    • Marcado como respuesta SpCh miércoles, 22 de febrero de 2012 14:38
    •