What is the GUID that gets created on Azure data sync objects

Aparna Manoharan 20 Reputation points
2024-11-15T15:39:51.41+00:00

We have azure data sync setup for on-prem and azure sql db. When Initial trigger is started, there are Data sync tables, procedures and user types gets created.We notice the naming format for procedure is <table_name>_dss_bulkinsert<GUID>

What is the GUID here ? How does it this gets created? And How to rename this Guid ?

Thanks

Azure SQL Database
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Kilian 345 Reputation points
    2024-11-15T15:52:46.17+00:00

    Hi Aparna,

    How the GUID is Created

    The GUID (Globally Unique Identifier) is automatically generated by Azure Data Sync when it creates the necessary objects (tables, procedures, user types) during the initial setup or synchronization process. This ensures that each object has a unique name, which is crucial for managing and tracking synchronization tasks.

    Renaming the GUID

    Renaming the GUID in these procedure names is not recommended or supported because it could disrupt the synchronization process. Azure Data Sync relies on these specific names to manage and execute sync operations correctly. Changing them manually could lead to errors or failures in data synchronization.

    BR


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.